placement phase front end

This commit is contained in:
Quentin Roussel
2024-03-29 11:42:06 +01:00
parent 00e8959173
commit 860efe75d4
3 changed files with 38 additions and 9 deletions

View File

@@ -24,6 +24,7 @@ export default function useGame() {
startingArea: teamInfos?.startingArea || null,
captureCode: teamInfos?.captureCode || null,
name: teamInfos?.name || null,
ready: teamInfos?.ready || false,
teamId,
gameState,
};