add rewardPanel

This commit is contained in:
Bob.Song
2026-03-24 17:20:16 +08:00
parent b6320af0c9
commit 12635b4da9
116 changed files with 237 additions and 101 deletions

View File

@@ -19,6 +19,7 @@ namespace NBF
UIObjectFactory.SetPackageItemExtension(MainMenu.URL, typeof(MainMenu));
UIObjectFactory.SetPackageItemExtension(BtnMainMenu.URL, typeof(BtnMainMenu));
UIObjectFactory.SetPackageItemExtension(CommonSubMenu.URL, typeof(CommonSubMenu));
UIObjectFactory.SetPackageItemExtension(ItemsItem.URL, typeof(ItemsItem));
UIObjectFactory.SetPackageItemExtension(MarqueeTag.URL, typeof(MarqueeTag));
UIObjectFactory.SetPackageItemExtension(BtnInputName.URL, typeof(BtnInputName));
UIObjectFactory.SetPackageItemExtension(BtnTextInputControl.URL, typeof(BtnTextInputControl));