GamePropertys.ts 95 B

1234567
  1. export default class GamePropertys
  2. {
  3. public static currentLevel:string="currentLevel";
  4. }