show enemy name

This commit is contained in:
Quentin Roussel
2024-04-20 10:43:15 +02:00
parent 465bd4fe09
commit d566434603
6 changed files with 40 additions and 4 deletions

View File

@@ -22,6 +22,7 @@ export default function useGame() {
sendCurrentPosition,
capture,
enemyPosition: teamInfos?.enemyLocation || null,
enemyName: teamInfos?.enemyName || null,
currentPosition: teamInfos?.currentLocation || null,
startingArea: teamInfos?.startingArea || null,
captureCode: teamInfos?.captureCode || null,