Feat : create functionb hooks for winner and loser screens
release-tag / release-image (push) Successful in 28s

Related to #49
This commit is contained in:
2024-05-17 15:03:55 +02:00
parent b008541d89
commit ae638ba920
2 changed files with 25 additions and 0 deletions
+1
View File
@@ -11,6 +11,7 @@ export interface GameNetcode extends GameObjectNetcode {
started: boolean
current_turn: string
players: Array<string>
losers: Array<string>
ended: boolean
}