替换UI
This commit is contained in:
@@ -14,16 +14,18 @@ namespace NBF
|
||||
public override string UIPackName => "Main";
|
||||
public override string UIResName => "FishingShopPanel";
|
||||
|
||||
[AutoFind(Name = "BottomMenu")]
|
||||
public BottomMenu BottomMenu;
|
||||
[AutoFind(Name = "ItemList")]
|
||||
public CommonItemList ItemList;
|
||||
[AutoFind(Name = "BottomMenu")]
|
||||
public BottomMenu BottomMenu;
|
||||
[AutoFind(Name = "Currencys")]
|
||||
public GComponent Currencys;
|
||||
[AutoFind(Name = "Loading")]
|
||||
public GLabel Loading;
|
||||
[AutoFind(Name = "Head")]
|
||||
public GButton Head;
|
||||
[AutoFind(Name = "Title")]
|
||||
public GComponent Title;
|
||||
public override string[] GetDependPackages(){ return new string[] {"Common","CommonNew"}; }
|
||||
|
||||
public static void Show(object param = null){ UI.Inst.OpenUI<FishingShopPanel>(param); }
|
||||
|
||||
Reference in New Issue
Block a user