This commit is contained in:
bob
2025-06-25 11:52:30 +08:00
parent 879117e874
commit 29d7836b66
19 changed files with 323 additions and 4 deletions

View File

@@ -140,8 +140,8 @@ namespace NBF
// UI.Inst.OpenUI<FishingShopPanel>();
LoadData();
UI.Inst.OpenUI<CommonTopPanel>();
// UI.Inst.OpenUI<FishingPanel>();
Fishing.Inst.Go(1);
UI.Inst.OpenUI<FishingPanel>();
// Fishing.Inst.Go(1);
// UI.Inst.OpenUI<SettingPanel>();
// UI.Inst.OpenUI<HomePanel>();
}