UNPKG

@nebulaglitch/shopbot

Version:
12 lines (9 loc) 219 B
import Command from '../command.js'; class JogX extends Command { constructor(distance){ super('JX'); this.args.push(distance); } } export { JogX as default }; //# sourceMappingURL=jogx.js.map