@nebulaglitch/shopbot
Version:
A library to generate shopbot output
17 lines (12 loc) • 416 B
JavaScript
;
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: 'Module' } });
const command = require('../command.cjs');
class JogSpeed extends command.default {
constructor(xjogspeed, yjogspeed){
super("JS");
this.args.push(xjogspeed);
this.args.push(yjogspeed);
}
}
exports.default = JogSpeed;
//# sourceMappingURL=jogspeed.cjs.map