匹配提示

This commit is contained in:
YiHan0621
2025-10-16 11:12:30 +08:00
parent 64d01f317b
commit c696d70f7a
2 changed files with 5 additions and 5 deletions

View File

@@ -35,9 +35,9 @@ namespace TcgEngine.UI
base.Update();
if (GameClientMatchmaker.Get().IsConnected())
text.text = "Finding Opponent...";
text.text = "正在寻找对手...";
else
text.text = "Connecting to server...";
text.text = "正在连接到服务器...";
code_txt.text = "";