UNPKG

@nebulaglitch/shopbot

Version:
13 lines (10 loc) 279 B
import Command from '../command.js'; class JogSpeed extends Command { constructor(xjogspeed, yjogspeed){ super("JS"); this.args.push(xjogspeed); this.args.push(yjogspeed); } } export { JogSpeed as default }; //# sourceMappingURL=jogspeed.js.map