yyl
2026-03-31 0fa617a09eedf6bdb25eda55fac1d3344859fd93
Main/System/Guild/GuildBossHurtRankCell.cs
@@ -2,6 +2,7 @@
//    [Author]:           玩个游戏
//    [  Date ]:           Wednesday, September 26, 2018
//--------------------------------------------------------
using Cysharp.Threading.Tasks;
using UnityEngine;
using UnityEngine.UI;
@@ -52,7 +53,7 @@
                AvatarHelper.TryViewOtherPlayerInfo(playerID);
            });
        });
        officialTitleCell.InitUI(playerData.RealmLV, playerData.TitleID);
        officialTitleCell.InitUI(playerData.RealmLV, playerData.TitleID).Forget();
        nameText.text = playerData.Name;
        lvText.text = playerData.LV.ToString();