| Main/System/KnapSack/New/CommonItemBaisc.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
Main/System/KnapSack/New/CommonItemBaisc.cs
@@ -40,7 +40,7 @@ { if (m_ItemIcon == null) { m_ItemIcon = this.transform.GetComponent<Image>("Container_ItemCell/Img_Icon"); m_ItemIcon = this.transform.GetComponent<Image>("Container_ItemCell/mask/Img_Icon"); } return m_ItemIcon; }