using System.Collections; using System.Collections.Generic; using UnityEngine; [CreateAssetMenu()] public class RecipeSO : ScriptableObject { public List kitchenObjectSoList; public string recipeName; }