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