UNPKG

@nebulaglitch/shopbot

Version:
12 lines (9 loc) 222 B
import Command from '../command.js'; class MoveZ extends Command { constructor(distance){ super("MZ"); this.args.push(distance); } } export { MoveZ as default }; //# sourceMappingURL=movez.js.map