1
This commit is contained in:
parent
812b514f4e
commit
d3c79e5ddf
@ -41,7 +41,7 @@ namespace GameLogic
|
|||||||
m_RankIndex2.gameObject.SetActive(true);
|
m_RankIndex2.gameObject.SetActive(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
m_WinCount.text = unitPlayer.m_GongXian.ToString();
|
m_WinCount.text = playRankData.winCount.ToString();
|
||||||
|
|
||||||
// 积分
|
// 积分
|
||||||
m_Score.text = UITool.ConvertToString(playRankData.weekScore);
|
m_Score.text = UITool.ConvertToString(playRankData.weekScore);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user