yyl
2025-06-13 eb1efcaa9be0e2340fc49b38dab8df18e36526c9
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);
        }
    }
}