Merge branch 'refs/heads/feature/player-inventory' into dev

# Conflicts:
#	Assets/DefaultNetworkPrefabs.asset
This commit is contained in:
Chris
2025-10-01 14:34:02 -04:00
91 changed files with 24523 additions and 550 deletions

View File

@@ -127,6 +127,9 @@ public class EnvironmentObserver{
}
if (hit.transform != null) {
if (hit.transform.GetComponent<IInteractable>() != null) {
hit.transform.GetComponent<IInteractable>().OnObserverDetected(this);
}
return true;
}
}