From 0eb5cbf784d2033f81c9ec9ae87bea7b7e42d4f6 Mon Sep 17 00:00:00 2001 From: GanX <2423855310@qq.com> Date: Sat, 18 Oct 2025 17:16:39 +0800 Subject: [PATCH] fix(DoorInteract): --- Assets/Script/Gameplay/Facility/DoorInteractController.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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()