From 0019ec8507d0aeedebbeb7ac5fc66caee97d5c0d Mon Sep 17 00:00:00 2001 From: yyl <yyl> Date: 星期一, 26 五月 2025 15:55:03 +0800 Subject: [PATCH] 18 子 2D卡牌客户端搭建 / 2D卡牌客户端搭建 必备窗口更新&常用组件移植 --- Main/Component/UI/Common/LongPressButton.cs | 6 +----- 1 files changed, 1 insertions(+), 5 deletions(-) diff --git a/Main/Component/UI/Common/LongPressButton.cs b/Main/Component/UI/Common/LongPressButton.cs index a4d85a4..b84d4ce 100644 --- a/Main/Component/UI/Common/LongPressButton.cs +++ b/Main/Component/UI/Common/LongPressButton.cs @@ -6,8 +6,6 @@ using UnityEngine.Serialization; using UnityEngine.UI; -namespace vnxbqy.UI -{ public class LongPressButton : ButtonEx { public class ButtonPressEvent : UnityEvent { } @@ -97,6 +95,4 @@ m_LongPress = false; m_IsButtonDown = false; } - } -} - + } \ No newline at end of file -- Gitblit v1.8.0