lcy
2025-11-06 09bc892c7283df8757a07b646d5af21ddaa263d1
Main/System/KnapSack/New/ItemCell.cs
@@ -1,14 +1,14 @@
using UnityEngine;
using UnityEngine.UI;
using System.Collections.Generic;
using System;

public class ItemCell : CommonItemBaisc
{
    public override void Init(ItemModel model, bool isCompare = false)
    {
        if (model == null)
        {
            return;
        }
        base.Init(model, isCompare);
    }