| System/Role/MagicianWin.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
System/Role/MagicianWin.cs
@@ -464,6 +464,7 @@ var count = packModel.GetItemCountByID(PackType.Item, items[i]); ItemCellModel cellModel = new ItemCellModel(items[i], false, (ulong)count); m_Items[i].Init(cellModel); m_Items[i].countText.text = count.ToString(); m_Items[i].countText.color = count > 0 ? UIHelper.GetUIColor(TextColType.Green) : UIHelper.GetUIColor(TextColType.Red); m_Items[i].countText.gameObject.SetActive(true); }