feat(polling): implement PollingController for game event handling and user updates

This commit is contained in:
2025-11-13 11:05:59 +01:00
parent d5fa9bd2e4
commit 62fa28eac9
15 changed files with 382 additions and 145 deletions

View File

@@ -2,5 +2,7 @@ package logic.game
enum PollingEvents {
case CardPlayed
case GameStarted
case NewRound
case ReloadEvent
case LobbyUpdate
}