mirror of
https://github.com/HexCardGames/HexDeck.git
synced 2025-09-07 12:08:39 +02:00
feat: implement room joining by link and add dedicated room-utils store
This commit is contained in:
@ -38,6 +38,7 @@ interface SessionData {
|
||||
interface RoomInfoObj {
|
||||
RoomId: string;
|
||||
JoinCode: string;
|
||||
TopCard: any;
|
||||
GameState: GameState;
|
||||
CardDeckId: number;
|
||||
Winner?: string;
|
||||
|
Reference in New Issue
Block a user