hch
9 天以前 b19666d8acba43e715688da14fe19f029050e588
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;
        }
    }
}
    }