UNPKG

@ffxiv-teamcraft/simulator

Version:
21 lines 765 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CrafterStats = void 0; var CrafterStats = /** @class */ (function () { function CrafterStats(jobId, craftsmanship, _control, cp, specialist, splendorous, level, levels) { this.jobId = jobId; this.craftsmanship = craftsmanship; this._control = _control; this.cp = cp; this.specialist = specialist; this.splendorous = splendorous; this.level = level; this.levels = levels; } CrafterStats.prototype.getControl = function (simulationState) { return this._control; }; return CrafterStats; }()); exports.CrafterStats = CrafterStats; //# sourceMappingURL=crafter-stats.js.map