UNPKG

homm3-parsers

Version:

Collection of binary parsers able to parse various file formats related to Heroes of Might and Magic III

10 lines 416 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const ScholarReward_1 = require("../contracts/enums/ScholarReward"); exports.schoalrRewardEnum = { [ScholarReward_1.ScholarRaward.Random]: -1, [ScholarReward_1.ScholarRaward.PrimarySkill]: 0, [ScholarReward_1.ScholarRaward.SecondarySkill]: 1, [ScholarReward_1.ScholarRaward.Spell]: 2, }; //# sourceMappingURL=scholar.js.map