@nebulaglitch/shopbot
Version:
A library to generate shopbot output
24 lines (19 loc) • 774 B
JavaScript
;
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: 'Module' } });
const command = require('../command.cjs');
class FileLoadPartFile extends command.default {
constructor(filename, proportionX, proportionY, proportionZ, repetitions, offset3d2d, plunge, tabFeature, doPlungeZ){
super('FP');
this.args.push(filename);
this.args.push(proportionX);
this.args.push(proportionY);
this.args.push(proportionZ);
this.args.push(repetitions);
this.args.push(offset3d2d);
this.args.push(plunge);
this.args.push(tabFeature);
this.args.push(doPlungeZ);
}
}
exports.default = FileLoadPartFile;
//# sourceMappingURL=fileloadpartfile.cjs.map