mirror of
https://git.rezel.net/LudoTech/traque.git
synced 2026-04-11 00:30:19 +02:00
placement phase front end
This commit is contained in:
@@ -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,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user