Main/Component/UI/Common/OnOffToggle.cs
@@ -1,5 +1,5 @@ //-------------------------------------------------------- // [Author]: 第二世界 // [Author]: 玩个游戏 // [ Date ]: Thursday, August 23, 2018 //-------------------------------------------------------- using UnityEngine; @@ -7,8 +7,6 @@ using UnityEngine.UI; using UnityEngine.Events; namespace vnxbqy.UI { public class OnOffToggle : MonoBehaviour { @@ -55,9 +53,4 @@ m_OnShow.SetActive(_isOn); m_OffShow.SetActive(!_isOn); } } } }