UNPKG

@koreez/phaser3-isometric-plugin

Version:
5 lines (4 loc) 211 B
import { IsoContainer } from '../impl/IsoContainer'; export interface IIsoContainerCreator extends Phaser.GameObjects.GameObjectCreator { isoContainer: (config: any, addToScene?: boolean) => IsoContainer; }