Constants.cs 192 B

123456789
  1. namespace TapSDK.Core
  2. {
  3. public static class Constants
  4. {
  5. public const string VersionKey = "Engine-Version";
  6. public const string PlatformKey = "Engine-Platform";
  7. }
  8. }