Main/Component/UI/Common/UIFuncOpen.cs
@@ -1,5 +1,5 @@ //-------------------------------------------------------- // [Author]: 第二世界 // [Author]: 玩个游戏 // [ Date ]: Friday, September 29, 2017 //-------------------------------------------------------- using UnityEngine; @@ -8,8 +8,6 @@ using System; using UnityEngine.EventSystems; namespace vnxbqy.UI { public class UIFuncOpen : MonoBehaviour, IPointerClickHandler { [SerializeField] int funcOpenKey; @@ -92,8 +90,4 @@ } } } } } }