UNPKG

homm3-parsers

Version:

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

11 lines 334 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var River; (function (River) { River["None"] = "None"; River["Clear"] = "Clear"; River["Icy"] = "Icy"; River["Muddy"] = "Muddy"; River["Lava"] = "Lava"; })(River = exports.River || (exports.River = {})); //# sourceMappingURL=River.js.map