hch
2025-10-11 1a7b1b9fa3b539fa57f54a5d69aa9c01b0e5b0e9
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;
        }
    }
}
    }