From 92f4d463b30242bb7ddf3ccb4900e0ac29b51590 Mon Sep 17 00:00:00 2001 From: Ding Yuntian <1491671119@qq.com> Date: Thu, 23 Apr 2026 11:56:11 +0800 Subject: [PATCH] =?UTF-8?q?refactor(fix-system):=20=E6=B8=85=E7=90=86Punch?= =?UTF-8?q?TapeInteraction=E6=9C=AA=E4=BD=BF=E7=94=A8=E4=BA=8B=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/Scripts/FixSystem/PunchType/PunchTapeInteraction.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Assets/Scripts/FixSystem/PunchType/PunchTapeInteraction.cs b/Assets/Scripts/FixSystem/PunchType/PunchTapeInteraction.cs index e71e8e1bd..fd2952fd1 100644 --- a/Assets/Scripts/FixSystem/PunchType/PunchTapeInteraction.cs +++ b/Assets/Scripts/FixSystem/PunchType/PunchTapeInteraction.cs @@ -1,4 +1,4 @@ -using System; +using System; using UnityEngine; using UnityEngine.EventSystems; @@ -18,8 +18,6 @@ namespace AibisDream.FixSystem private CursorMode cursorMode = CursorMode.Auto; - public event Action OnInteraction; - private bool isLocked = false; private bool _favoriteDragActive;