UNPKG

homm3-parsers

Version:

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

8 lines 283 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const Formation_1 = require("../contracts/enums/Formation"); exports.formationEnum = { [Formation_1.Formation.Spread]: 0, [Formation_1.Formation.Grouped]: 1, }; //# sourceMappingURL=formation.js.map