yyl
2025-07-18 cc074976c8644508d80abafbfa8de5d31146abdf
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;
        }
    }
}
    }