完成快速选中相关内容
This commit is contained in:
4
Assets/Scripts/UI/Bag/BagSelectPanel.Designer.cs
generated
4
Assets/Scripts/UI/Bag/BagSelectPanel.Designer.cs
generated
@@ -18,12 +18,12 @@ namespace NBF
|
||||
public GImage back;
|
||||
[AutoFind(Name = "box")]
|
||||
public GImage box;
|
||||
[AutoFind(Name = "List")]
|
||||
public GList List;
|
||||
[AutoFind(Name = "BtnCancel")]
|
||||
public BtnTitleInputControl BtnCancel;
|
||||
[AutoFind(Name = "BtnConfirm")]
|
||||
public BtnTitleInputControl BtnConfirm;
|
||||
[AutoFind(Name = "List")]
|
||||
public ClassifyList List;
|
||||
public override string[] GetDependPackages(){ return new string[] {"Common"}; }
|
||||
|
||||
public static void Show(object param = null){ App.UI.OpenUI<BagSelectPanel>(param); }
|
||||
|
||||
Reference in New Issue
Block a user