UNPKG

@nebulaglitch/shopbot

Version:
17 lines (12 loc) 416 B
'use strict'; 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