fix(DoorInteract):

This commit is contained in:
2025-10-18 17:16:39 +08:00
parent 462a3b5850
commit 0eb5cbf784

View File

@@ -45,12 +45,12 @@ namespace Script.Gameplay.Facility
public void OnGazeEnter(GameObject editor)
{
throw new NotImplementedException();
//
}
public void OnGazeExit(GameObject editor)
{
throw new NotImplementedException();
//
}
private void OpenDoor()