UNPKG

haxjs

Version:

haxball headless api written in typescript

10 lines 357 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TeamID = void 0; var TeamID; (function (TeamID) { TeamID[TeamID["Spectators"] = 0] = "Spectators"; TeamID[TeamID["Red"] = 1] = "Red"; TeamID[TeamID["Blue"] = 2] = "Blue"; })(TeamID = exports.TeamID || (exports.TeamID = {})); //# sourceMappingURL=team-id.js.map