UNPKG

phaser4-rex-plugins

Version:
11 lines (10 loc) 419 B
import Recorder from './logic/runcommands/arcadetcrp/Recorder'; import Player from './logic/runcommands/arcadetcrp/Player'; import StepRunner from './logic/runcommands/arcadetcrp/StepRunner'; import RunCommands from './logic/runcommands/RunCommands'; declare var ArcadeTCRP: { Recorder: typeof Recorder, Player: typeof Player, StepRunner: typeof StepRunner, RunCommands: typeof RunCommands, }