diff --git a/Assets/Script/Gameplay/Facility/DoorInteractController.cs b/Assets/Script/Gameplay/Facility/DoorInteractController.cs index e5f37cd..826d0ab 100644 --- a/Assets/Script/Gameplay/Facility/DoorInteractController.cs +++ b/Assets/Script/Gameplay/Facility/DoorInteractController.cs @@ -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()