yyl
2025-05-30 0c3a0519a0f526fd67ac3df22fe801c51a81c5e7
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;
        }
    }
}
    }