修改启动代码

This commit is contained in:
2025-08-20 16:45:32 +08:00
parent 268053d961
commit 818bf63d8d
5 changed files with 503 additions and 20 deletions

View File

@@ -134,11 +134,11 @@ namespace NBF
CommonTopPanel.Show();
// FishingPanel.Show();
PreviewPanel.Show();
// Fishing.Inst.Go(1);
//
Fishing.Inst.Go(1);
// HomePanel.Show();
ChatTestPanel.Show();
SettingPanel.Show();
// ChatTestPanel.Show();
// SettingPanel.Show();
// //测试登录
// OnLoginButtonClick().Coroutine();
}