hch
2025-10-22 af6e207c6d185ed66125e85e18c02c63bea597f9
Main/System/KnapSack/Logic/CommonGetItem.cs
@@ -1,7 +1,5 @@
using UnityEngine;
namespace vnxbqy.UI
{
    public class CommonGetItem : MonoBehaviour
    {
        [SerializeField] ItemCell itemCell;
@@ -24,4 +22,3 @@
            });
        }
    }
}