yyl
2025-05-30 0c3a0519a0f526fd67ac3df22fe801c51a81c5e7
Main/Component/UI/Common/FuncEnable.cs
@@ -3,8 +3,6 @@
using System.Collections.Generic;
using UnityEngine;
namespace vnxbqy.UI
{
    public class FuncEnable : MonoBehaviour
    {
        [SerializeField] int funcOpenKey;
@@ -39,5 +37,4 @@
            gameObject.SetActive(true);
        }
    }
}