feat: implement room joining by link and add dedicated room-utils store

This commit is contained in:
pixii
2025-03-06 10:24:44 +01:00
parent 3217b2c4c3
commit e8e36e6674
6 changed files with 202 additions and 240 deletions

View File

@ -38,6 +38,7 @@ interface SessionData {
interface RoomInfoObj {
RoomId: string;
JoinCode: string;
TopCard: any;
GameState: GameState;
CardDeckId: number;
Winner?: string;