feat(ci): Polling Added polling for when the game starts and a card gets played (#58)

Co-authored-by: LQ63 <lkhermann@web.de>
Reviewed-on: #58
This commit is contained in:
2025-11-14 09:11:32 +01:00
parent 370de175db
commit e60fe7c98d
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
}