SceneDef.ts 122 B

123456
  1. export class SceneDef {
  2. public static START='start';
  3. public static GAME='game';
  4. public static Hall='hall';
  5. }