Feat : add Leave, kick and game configuration

This commit is contained in:
2024-08-27 11:51:31 +02:00
parent ddcb6c6849
commit 0fb4877266
10 changed files with 243 additions and 46 deletions
+1
View File
@@ -72,6 +72,7 @@ export interface Game extends GameObject {
currentTurn: PlayingTurn;
started: boolean;
owner: User;
packs: string[];
}
export interface Team extends GameObject {