From 0792ab377b82eed196ecdfd34dab84311bddf7a1 Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期一, 15 九月 2025 17:06:20 +0800
Subject: [PATCH] 0312 加载场景
---
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