匹配提示
This commit is contained in:
@@ -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 = "";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user