UNPKG

@nebulaglitch/shopbot

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