Main/Assets/Code/Global/Define/AppVersionForLocalVersion.cs
2025-01-25 04:38:09 +08:00

13 lines
215 B
C#

using System;
using System.Collections.Generic;
using System.Text;
namespace Thousandto.Code.Global
{
public class AppVersionForLocalVersion
{
public const string APP_VERSION = "1.0.0";
}
}