UNPKG

@phaserjs/phaser

Version:
4 lines 184 B
import { IBaseWorld } from './IBaseWorld'; import { IScene } from '../scenes/IScene'; export declare const WorldList: Map<IScene, IBaseWorld[]>; //# sourceMappingURL=WorldList.d.ts.map