From 8c9a82f20ea2674515cde683f8c12a2a12e9ed4f Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期二, 14 十月 2025 18:50:41 +0800
Subject: [PATCH] 125 战斗 技能表多余字段删除
---
Main/Component/UI/Common/NestingScrollRect.cs | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/Main/Component/UI/Common/NestingScrollRect.cs b/Main/Component/UI/Common/NestingScrollRect.cs
index 75f5137..1cab040 100644
--- a/Main/Component/UI/Common/NestingScrollRect.cs
+++ b/Main/Component/UI/Common/NestingScrollRect.cs
@@ -3,8 +3,6 @@
using UnityEngine;
using UnityEngine.EventSystems;
using UnityEngine.UI;
-namespace vnxbqy.UI
-{
[RequireComponent(typeof(ScrollRect))]
public class NestingScrollRect : MonoBehaviour, IBeginDragHandler, IDragHandler, IEndDragHandler
{
@@ -54,5 +52,3 @@
scrollRect.OnEndDrag(eventData);
}
}
-}
-
--
Gitblit v1.8.0