Füge Countdown-Logik für den Spielstart hinzu und verbessere die Benutzerverwaltung in Lobbys
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
class TemporaryLobby{
|
||||
/** @param { string } code @param {Array<SocketUser>} users */
|
||||
constructor(code, users){
|
||||
this.code = code;
|
||||
this.users = users;
|
||||
}
|
||||
}
|
||||
|
||||
module.exports = TemporaryLobby;
|
||||
Reference in New Issue
Block a user