Files
Main/Assets/Code/Global/Define/AppVersionForLocalVersion.cs

13 lines
215 B
C#
Raw Permalink Normal View History

2025-01-25 04:38:09 +08:00
using System;
using System.Collections.Generic;
using System.Text;
namespace Thousandto.Code.Global
{
public class AppVersionForLocalVersion
{
public const string APP_VERSION = "1.0.0";
}
}