TapCommon-Unity/Mobile/Runtime/Constants.cs

9 lines
194 B
C#
Raw Normal View History

2023-10-24 11:52:41 +08:00
namespace TapTap.Common
{
public static class Constants
{
public const string VersionKey = "Engine-Version";
public const string PlatformKey = "Engine-Platform";
}
}