using System.Collections.Generic; using UnityEngine; // [CreateAssetMenu] public class RecipeListSO : ScriptableObject { public List recipeSOList; }