yyl
2025-10-16 fa27fcddf47bf4ef847af3fce78c055cb334682f
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;
        }
    }
}
    }