Spaces:
Runtime error
Runtime error
| 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 | |
| }; |