经验数据同步,更名逻辑上传

This commit is contained in:
YiHan0621
2025-09-15 18:00:52 +08:00
parent 12cf877c80
commit 0fd35d8c21
10 changed files with 463 additions and 31 deletions

View File

@@ -31,6 +31,7 @@ namespace TcgEngine.UI
public UnityAction<string> onClick;
public string username;
public string id;
public PlayerRank pd;
@@ -45,6 +46,7 @@ namespace TcgEngine.UI
int rankId, int rankScore, int stars, bool highlight)
{
this.username = udata.username;
id = udata.playerId;
RankMedalShow(ranking);
this.playerName.text = username;
this.rankScore.text = rankScore.ToString();