From 871594462e82d6bc1341918d39e11ab036d59563 Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期四, 18 九月 2025 19:26:28 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.1.20:10010/r/Project_SG_scripts

---
 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