// type Constructor = new (...args: any[]) => {}; export type GConstructor = new (...args: any[]) => T; export type BasePhaserScene = GConstructor