Main/System/HeroUI/HeroGiftWashWin.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
Main/System/HeroUI/HeroGiftWashWin.cs
@@ -89,7 +89,7 @@ int useCount = HeroUIManager.Instance.GetTalentLockUseWashCount(hero); var itemCount = PackManager.Instance.GetItemCountByID(PackType.Item, HeroUIManager.Instance.washItemID); itemCountText.text = UIHelper.AppendColor(itemCount >= useCount ? TextColType.Green : TextColType.Red, itemCount + "/" + useCount); UIHelper.ReplaceLargeNum(itemCount) + "/" + useCount); } else {