homm3-parsers
Version:
Collection of binary parsers able to parse various file formats related to Heroes of Might and Magic III
9 lines • 364 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const LoseCondition_1 = require("../contracts/enums/LoseCondition");
exports.loseConditionsEnum = {
[LoseCondition_1.LoseCondition.LoseTown]: 0x00,
[LoseCondition_1.LoseCondition.LoseHero]: 0x01,
[LoseCondition_1.LoseCondition.Time]: 0x02,
};
//# sourceMappingURL=lose.js.map