InventoryDatabaseV2.recipes
public static List<GDTKRecipe> recipes { get; }
#
DescriptionGets a list of all Recipes in the database
#
UsageExample
using NullSave.GDTK.Inventoryusing UnityEngine;
public class Example : MonoBehaviour{
public void ExampleMethod(InventoryDatabaseV2 target) { System.Collections.Generic.List<GDTKRecipe> result = target.recipes; } }