Feat : add Leave, kick and game configuration
This commit is contained in:
@@ -72,6 +72,7 @@ export interface Game extends GameObject {
|
||||
currentTurn: PlayingTurn;
|
||||
started: boolean;
|
||||
owner: User;
|
||||
packs: string[];
|
||||
}
|
||||
|
||||
export interface Team extends GameObject {
|
||||
|
||||
Reference in New Issue
Block a user