UNPKG

homm3-parsers

Version:

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

16 lines 608 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const Alignment_1 = require("../contracts/enums/Alignment"); exports.alignmentEnum = { [Alignment_1.Alignment.Random]: -1, [Alignment_1.Alignment.Castle]: 0, [Alignment_1.Alignment.Rampart]: 1, [Alignment_1.Alignment.Tower]: 2, [Alignment_1.Alignment.Inferno]: 3, [Alignment_1.Alignment.Necropolis]: 4, [Alignment_1.Alignment.Dungeon]: 5, [Alignment_1.Alignment.Stronghold]: 6, [Alignment_1.Alignment.Fortress]: 7, [Alignment_1.Alignment.Conflux]: 8, }; //# sourceMappingURL=alignment.js.map