UNPKG

phaser4-rex-plugins

Version:
11 lines (10 loc) 190 B
export default { start() { this.mainState.goto('START'); return this; }, runMatch3() { this.mainState.runMatch3(); return this; } }