hch
2025-09-04 a11398257b98ae3cf977e22700c98735afec96ef
Main/System/ItemTip/OwnMoneyCell.cs
@@ -61,7 +61,7 @@
    {
        if (moneyType == 0)
        {
            Debug.LogError("moneyType == 0");
            // Debug.LogError("moneyType == 0");
            return;
        }
        numText.text = UIHelper.ReplaceLargeNum(UIHelper.GetMoneyCnt(moneyType));