| System/KnapSack/New/ExtendWin.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
System/KnapSack/New/ExtendWin.cs
@@ -102,7 +102,7 @@ { ItemTipUtility.Show(_chinItemModel.ID); }); Text countText = _itemCell.transform.Find("CountText").GetComponent<Text>(); Text countText = _itemCell.transform.Find("Container_ItemCell/Txt_Count").GetComponent<Text>(); countText.gameObject.SetActive(true); int i = 0; int needToolCount = 0;