From 39001a600fcae2bcf27c225df8752d75fb92fef4 Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期五, 31 十月 2025 11:18:26 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.1.20:10010/r/Project_SG_scripts
---
Main/Component/UI/Common/MultipleSmoothSlider.cs | 6 +-----
1 files changed, 1 insertions(+), 5 deletions(-)
diff --git a/Main/Component/UI/Common/MultipleSmoothSlider.cs b/Main/Component/UI/Common/MultipleSmoothSlider.cs
index 5dc7eb8..a4b6f57 100644
--- a/Main/Component/UI/Common/MultipleSmoothSlider.cs
+++ b/Main/Component/UI/Common/MultipleSmoothSlider.cs
@@ -3,8 +3,6 @@
using UnityEngine.UI;
using System;
-namespace vnxbqy.UI
-{
[DisallowMultipleComponent]
public class MultipleSmoothSlider : MonoBehaviour
@@ -90,6 +88,4 @@
value = m_Value;
}
- }
-}
-
+ }
\ No newline at end of file
--
Gitblit v1.8.0