| System/FairyAu/FairyLeagueRankAwardCell.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
System/FairyAu/FairyLeagueRankAwardCell.cs
@@ -10,7 +10,6 @@ [SerializeField] Text m_Rank; [SerializeField] ItemCell[] m_Items; [SerializeField] Image m_Bottom; [SerializeField] ScrollRect m_Scroller; FairyLeagueModel model { get { return ModelCenter.Instance.GetModel<FairyLeagueModel>(); } @@ -18,7 +17,6 @@ public void Display(int worldLevel, int rank) { m_Scroller.horizontalNormalizedPosition = 0f; var gradeRank = rank % 4 == 0 ? 4 : rank % 4; m_Rank.text = Language.Get("FairyLeageuNew_3", FairyModel.GetFairyGradeLabel(rank), gradeRank);