File size: 384 Bytes
670a607
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
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
};