UI导入
This commit is contained in:
@@ -72,7 +72,7 @@ namespace TcgEngine.UI
|
||||
if (udata != null)
|
||||
{
|
||||
credits_txt.text = GameUI.FormatNumber(udata.coins);
|
||||
crystalText.text = GameUI.FormatNumber(udata.crystal);
|
||||
crystalText.text = GameUI.FormatNumber(udata.crystals);
|
||||
}
|
||||
|
||||
bool matchmaking = GameClientMatchmaker.Get().IsMatchmaking();
|
||||
|
||||
Reference in New Issue
Block a user