phaser4-rex-plugins
Version:
11 lines (10 loc) • 394 B
JavaScript
import Recorder from './logic/runcommands/arcadetcrp/Recorder.js';
import Player from './logic/runcommands/arcadetcrp/Player.js';
import StepRunner from './logic/runcommands/arcadetcrp/StepRunner.js';
import RunCommands from './logic/runcommands/RunCommands.js';
export default {
Recorder: Recorder,
Player: Player,
StepRunner: StepRunner,
RunCommands: RunCommands
};