Main/Component/UI/Common/UIFuncOpen.cs
@@ -8,8 +8,6 @@
using System;
using UnityEngine.EventSystems;
namespace vnxbqy.UI
{
    public class UIFuncOpen : MonoBehaviour, IPointerClickHandler
    {
        [SerializeField] int funcOpenKey;
@@ -92,8 +90,4 @@
                }
            }
        }
    }
}
    }