using UnityEngine; public class ItemObject : ScriptableObject { public ItemSO itemSO; }