UNPKG

phaser4-rex-plugins

Version:
14 lines (10 loc) 313 B
import RunCommands from './runcommands.js'; class RunCommandsPlugin extends Phaser.Plugins.BasePlugin { constructor(pluginManager) { super(pluginManager); } run(queue, scope, config) { return RunCommands(queue, scope, config); } } export default RunCommandsPlugin;