mirror of
https://github.com/AlecM33/Werewolf.git
synced 2025-12-30 09:47:50 +01:00
connect socket first, but only fetch state on re-connect
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
Now several components can read a shared game state.
|
||||
*/
|
||||
export const stateBucket = {
|
||||
joinRequestInFlight: true,
|
||||
accessCode: null,
|
||||
currentGameState: null,
|
||||
timerWorker: null
|
||||
environment: null
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user