homm3-parsers
Version:
Collection of binary parsers able to parse various file formats related to Heroes of Might and Magic III
17 lines • 640 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var Alignment;
(function (Alignment) {
Alignment["Random"] = "Random";
Alignment["Castle"] = "Castle";
Alignment["Rampart"] = "Rampart";
Alignment["Tower"] = "Tower";
Alignment["Inferno"] = "Inferno";
Alignment["Necropolis"] = "Necropolis";
Alignment["Dungeon"] = "Dungeon";
Alignment["Stronghold"] = "Stronghold";
Alignment["Fortress"] = "Fortress";
Alignment["Conflux"] = "Conflux";
Alignment["Neutral"] = "Neutral";
})(Alignment = exports.Alignment || (exports.Alignment = {}));
//# sourceMappingURL=Alignment.js.map