UNPKG

@nebulaglitch/shopbot

Version:
14 lines (11 loc) 316 B
import Command from '../command.js'; class Move3 extends Command { constructor(distanceX, distanceY, distanceZ){ super("M3"); this.args.push(distanceX); this.args.push(distanceY); this.args.push(distanceZ); } } export { Move3 as default }; //# sourceMappingURL=move3.js.map