This commit is contained in:
2026-02-05 00:02:33 +08:00
parent ca9226015d
commit 6cf9b8df56
33 changed files with 100 additions and 84 deletions

View File

@@ -22,9 +22,9 @@ namespace NBF
{
if (btn == BtnLogin)
{
// OnLoginClick().Coroutine();
Debug.LogError("test");
MessageBox.Show();
OnLoginClick().Coroutine();
// Debug.LogError("test");
// MessageBox.Show();
}
}
@@ -32,15 +32,14 @@ namespace NBF
{
await LoginHelper.Login(InputAccount.text);
// await Fishing.Instance.Go(RoleModel.Instance.Info.MapId);
// await MapHelper.EnterMap(mapId, role.RoomCode);
await Fishing.Instance.Go(RoleModel.Instance.Info.MapId);
// BagPanel.Show();
// BagSlotPanel.Show();
// SettingPanel.Show();
// HomePanel.Show();
FishingShopPanel.Show();
Del();
}