UNPKG

homm3-parsers

Version:

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

9 lines 434 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var SecondarySkillMastery; (function (SecondarySkillMastery) { SecondarySkillMastery["Basic"] = "Basic"; SecondarySkillMastery["Advanced"] = "Advanced"; SecondarySkillMastery["Expert"] = "Expert"; })(SecondarySkillMastery = exports.SecondarySkillMastery || (exports.SecondarySkillMastery = {})); //# sourceMappingURL=SecondarySkillMastery.js.map