9 lines
194 B
C#
9 lines
194 B
C#
|
namespace TapTap.Common
|
||
|
{
|
||
|
public static class Constants
|
||
|
{
|
||
|
public const string VersionKey = "Engine-Version";
|
||
|
|
||
|
public const string PlatformKey = "Engine-Platform";
|
||
|
}
|
||
|
}
|