System/Alchemy/AlchemyUseDrugCell.cs @@ -31,6 +31,9 @@ ItemTipUtility.Show(itemId); }); m_Item.countText.gameObject.SetActive(count > 0); m_Item.countText.text = count.ToString(); var eatTimes = 0; AlchemyDrugUseLimit drugUseLimit;