This commit is contained in:
2026-02-20 21:03:17 +08:00
parent 6cf9b8df56
commit 27a1f9d084
920 changed files with 196579 additions and 6801 deletions

View File

@@ -14,16 +14,12 @@ namespace NBF
public override string UIPackName => "Main";
public override string UIResName => "SettingPanel";
[AutoFind(Name = "Title")]
public GComponent Title;
[AutoFind(Name = "MenuList")]
public CommonSubMenu MenuList;
public CommonMenu MenuList;
[AutoFind(Name = "Introduce")]
public IntroduceTag Introduce;
[AutoFind(Name = "List")]
public GList List;
[AutoFind(Name = "BottomMenu")]
public BottomMenu BottomMenu;
[AutoFind(Name = "Mask")]
public GLabel Mask;
public override string[] GetDependPackages(){ return new string[] {"Common","CommonNew"}; }