Webatrice: Adding game created to persistence layer (#5067)

This commit is contained in:
Joseph Insalaco
2024-06-27 01:03:21 +00:00
committed by GitHub
parent f8bc6cf998
commit 1ab723ca64
4 changed files with 11 additions and 1 deletions
@@ -54,7 +54,7 @@ export class RoomPersistence {
};
static gameCreated(roomId: number) {
console.log('gameCreated', roomId);
RoomsDispatch.gameCreated(roomId);
}
static joinedGame(roomId: number, gameId: number) {