Universally challenged fixed

This commit is contained in:
2025-12-07 23:15:32 +00:00
parent d2c18d2264
commit 4450d018b2
218 changed files with 65873 additions and 213 deletions

View File

@@ -8,6 +8,7 @@ public class DoorHandle : UdonSharpBehaviour
{
[SerializeField] private Door doorScript;
public override void Interact()
{
if (doorScript != null)