homm3-parsers
Version:
Collection of binary parsers able to parse various file formats related to Heroes of Might and Magic III
15 lines • 479 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const Player_1 = require("../contracts/enums/Player");
exports.playerEnum = {
[Player_1.Player.Red]: 0,
[Player_1.Player.Blue]: 1,
[Player_1.Player.Tan]: 2,
[Player_1.Player.Green]: 3,
[Player_1.Player.Orange]: 4,
[Player_1.Player.Purple]: 5,
[Player_1.Player.Teal]: 6,
[Player_1.Player.Pink]: 7,
[Player_1.Player.Neutral]: 255,
};
//# sourceMappingURL=player.js.map