Add Alot of stuff, Computer, repairStation, Whole game, Many things!

This commit is contained in:
2024-11-18 06:31:28 +01:00
parent 19b7964f83
commit a2091c3cf2
430 changed files with 55285 additions and 715 deletions

View File

@@ -49,7 +49,7 @@ public class PlayerController : BasicCharacter {
Debug.LogError("No HUDManager found");
return;
}
if (!_hudManager.isUiOpen) {
if (!_hudManager.IsUiOpen) {
HandleMovementInput();
HandleInteraction();
}