SceneDef.ts 144 B

123456
  1. export class SceneDef{
  2. // public static START = 'main';
  3. public static MAIN_MENU = 'gameRoot';
  4. public static mj_game = 'main';
  5. }