NBC修改

This commit is contained in:
bob
2025-07-03 14:16:18 +08:00
parent 4febfadd56
commit 800e96aac7
2083 changed files with 60081 additions and 2942 deletions

View File

@@ -4,12 +4,13 @@ using System;
using UnityEngine;
using FairyGUI;
using NBC;
using UIPanel = NBC.UIPanel;
namespace NBF
{
public partial class BottomMenu : GComponent
{
private IUIPanel _panel;
private UIPanel _panel;
private void OnInited()
{
@@ -24,7 +25,7 @@ namespace NBF
Debug.Log("模拟点击===");
}
public void Use(IUIPanel panel)
public void Use(UIPanel panel)
{
_panel = panel;
List.RemoveChildrenToPool();