Recipe Catalog
How to save and load the recipe catalog.
Saving
SavableObjectList<Recipe> savableRecipes = myRecipeCatalog.ToSavable();Loading
myRecipeCatalog.FromSavable(savableRecipes);Last updated
How to save and load the recipe catalog.
SavableObjectList<Recipe> savableRecipes = myRecipeCatalog.ToSavable();myRecipeCatalog.FromSavable(savableRecipes);Last updated