| System/GatheringSoul/GatherSoulMatItem.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
System/GatheringSoul/GatherSoulMatItem.cs
@@ -35,7 +35,6 @@ public void Display() { m_Container.gameObject.SetActive(true); m_Icon.SetIconWithMoneyType(moneyType); var count = UIHelper.GetMoneyCnt(moneyType); var displayId = GeneralDefine.moneyDisplayIds.ContainsKey(moneyType) ? GeneralDefine.moneyDisplayIds[moneyType] : 0; if (require == 0) @@ -54,6 +53,7 @@ var config = Config.Instance.Get<ItemConfig>(displayId); m_ItemName.text = config.ItemName; m_ItemBottom.SetItemBackGround(config.ItemColor); m_Icon.SetSprite(config.IconKey); } }