hch
2025-07-23 2336d5e71a6ed9c00f9a86c29d7aa33b9a1e38d5
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 @@
                }
            }
        }
    }
}
    }