hch
2025-08-25 af8dafd75f9a6fae017734d58fc7b34d6bdcd0f4
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 @@
                }
            }
        }
    }
}
    }