结构大修改,改成朴实无华的结构,不过度架构。能跑就行
This commit is contained in:
6
Assets/Scripts/UI/ChatTestPanel.Designer.cs
generated
6
Assets/Scripts/UI/ChatTestPanel.Designer.cs
generated
@@ -36,11 +36,11 @@ namespace NBF
|
||||
public GList ChatList;
|
||||
public override string[] GetDependPackages(){ return new string[] {"Common","CommonNew"}; }
|
||||
|
||||
public static void Show(object param = null){ App.UI.OpenUI<ChatTestPanel>(param); }
|
||||
public static void Show(object param = null){ UI.Inst.OpenUI<ChatTestPanel>(param); }
|
||||
|
||||
public static void Hide(){ App.UI.HideUI<ChatTestPanel>(); }
|
||||
public static void Hide(){ UI.Inst.HideUI<ChatTestPanel>(); }
|
||||
|
||||
public static void Del(){ App.UI.DestroyUI<ChatTestPanel>(); }
|
||||
public static void Del(){ UI.Inst.DestroyUI<ChatTestPanel>(); }
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user