NBC修改
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user