/**
* Contains the 2 different teams in a multiplayer lobby
* @readonly
* @enum
*/
const BanchoLobbyTeams = {
Blue: "Blue",
Red: "Red"
};
module.exports = Object.freeze(BanchoLobbyTeams);
/**
* Contains the 2 different teams in a multiplayer lobby
* @readonly
* @enum
*/
const BanchoLobbyTeams = {
Blue: "Blue",
Red: "Red"
};
module.exports = Object.freeze(BanchoLobbyTeams);