@@ -23,6 +23,7 @@ const Teams = require("./Enums/BanchoLobbyTeams");
* @prop {Array<BanchoMod>} mods
* @prop {boolean} freemod
* @prop {boolean} playing Whether we're currently playing or not
* @prop {Array<BanchoLobbyPlayerScore>} scores Scores set during the currently ongoing match, or the previous match. Emptied when a new match starts. Sorted by pass and score once match is finished.
*/
classBanchoLobbyextendsEventEmitter{
constructor(channel){
@@ -30,6 +31,7 @@ class BanchoLobby extends EventEmitter {