fix(DoorInteract):

This commit is contained in:
2025-10-18 17:16:39 +08:00
parent 12860a34e4
commit f558ebaaee

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()