EnvKey.cs 165 B

12345678
  1. namespace Controller
  2. {
  3. public static class EnvKey
  4. {
  5. public const string Unit = "Unit";
  6. public const string Buff = "Buff";
  7. }
  8. }