UNPKG

phaser4-rex-plugins

Version:
14 lines (11 loc) 386 B
import JSONEventSheets from './jsoneventsheets'; import CommandExecutor from './commandexecutor'; export default class JSONEventSheetsPlugin extends Phaser.Plugins.BasePlugin { add( config?: JSONEventSheets.IConfig ): JSONEventSheets; addCommandExecutor( scene: Phaser.Scene, config?: CommandExecutor.IConfig ): CommandExecutor; }