Alle Vorrausetzungwn fürs spielfeld geschrieben

This commit is contained in:
2025-04-04 11:09:13 +02:00
parent f7566f4b64
commit 5ca795d162
7 changed files with 48 additions and 12 deletions

View File

@@ -7,7 +7,7 @@ class LobbyManager {
/** @param {socketIO.Server} io */
constructor(io) {
this.io = io;
/** @type {Map<string, Lobby>}*/
this.lobbys = new Map();