using UnityEngine; [CreateAssetMenu()] public class SellableItemSO : BaseItemSO { public Transform Prefab; public float Price; }