修了不少东西

This commit is contained in:
FloatGaming
2026-07-16 23:04:59 +08:00
parent 29972d0705
commit 73fe474cc6
134 changed files with 7673 additions and 741 deletions
+2
View File
@@ -100,6 +100,7 @@ public class roomAsk : MonoBehaviour
catch (Exception ex)
{
Debug.LogWarning($"[roomAsk] Create room failed: {ex.Message}");
GameServer.Client.NetworkManager.ShowUserFacingNetworkError(ex.Message);
}
}
@@ -125,6 +126,7 @@ public class roomAsk : MonoBehaviour
catch (Exception ex)
{
Debug.LogWarning($"[roomAsk] Join room failed: {ex.Message}");
GameServer.Client.NetworkManager.ShowUserFacingNetworkError(ex.Message);
}
}