/**
* The 4 different team modes in Bancho
* @enum
* @type {number}
* @readonly
*/
const BanchoLobbyTeamModes = {
HeadToHead: 0,
TagCoop: 1,
TeamVs: 2,
TagTeamVs: 3
};
module.exports = Object.freeze(BanchoLobbyTeamModes);
/**
* The 4 different team modes in Bancho
* @enum
* @type {number}
* @readonly
*/
const BanchoLobbyTeamModes = {
HeadToHead: 0,
TagCoop: 1,
TeamVs: 2,
TagTeamVs: 3
};
module.exports = Object.freeze(BanchoLobbyTeamModes);