using UnityEngine; [CreateAssetMenu(menuName = "LifeJourney/Sellable item")] public class SellableItemSO : BaseItemSO { public Transform Prefab; public float Price; }