UNPKG

@phaserjs/phaser

Version:
6 lines 143 B
import { Game } from '../Game'; export interface ISceneConfig { game?: Game; key?: string; } //# sourceMappingURL=ISceneConfig.d.ts.map