Added IInteractable and Stations

This commit is contained in:
2026-04-26 09:36:55 +02:00
parent b872b52632
commit 48448a9cff
12 changed files with 291 additions and 36 deletions

View File

@@ -110,7 +110,7 @@ namespace Subsystems
}
else
{
Debug.Log("GPS failed, trying again...");)
Debug.Log("GPS failed, trying again...");
_GPSState = GPSState.Uninitialized;
}
}