ConfigKeys.ts 115 B

1234567
  1. export default class ConfigKeys{
  2. public static Car:string="Car";
  3. public static Levels:string="Levels";
  4. }