hch
2025-07-28 b653fb8a1b763a328f73c5a9d3845bb54a003bb0
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 @@
                }
            }
        }
    }
}
    }