UNPKG

homm3-parsers

Version:

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

10 lines 302 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var Road; (function (Road) { Road["None"] = "None"; Road["Dirt"] = "Dirt"; Road["Gravel"] = "Gravel"; Road["Cobble"] = "Cobble"; })(Road = exports.Road || (exports.Road = {})); //# sourceMappingURL=Road.js.map