UNPKG

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
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var LoseCondition; (function (LoseCondition) { LoseCondition["LoseTown"] = "LoseTown"; LoseCondition["LoseHero"] = "LoseHero"; LoseCondition["Time"] = "Time"; })(LoseCondition = exports.LoseCondition || (exports.LoseCondition = {})); //# sourceMappingURL=LoseCondition.js.map