天梯UI补充
This commit is contained in:
@@ -49,6 +49,7 @@ namespace TcgEngine.UI
|
||||
public GameObject[] hideGameObject;
|
||||
private bool isHideObject = false;
|
||||
|
||||
public List<string> Usersid = new List<string>();
|
||||
protected override void Awake()
|
||||
{
|
||||
base.Awake();
|
||||
@@ -248,6 +249,8 @@ namespace TcgEngine.UI
|
||||
rankData.rankScore, rankData.stars, false);
|
||||
previous_rank = rankData.position;
|
||||
previous_index = rank_order;
|
||||
Usersid.Add(rankData.playerId);
|
||||
//68a6ca87c1f7ac52b66ef8dc
|
||||
}
|
||||
index++;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user