On this pageRecipeUI.CraftDeclaration#public void Craft()CopyDescription#Craft the RecipeUsage#using NullSave.GDTK.Inventory;using UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(RecipeUI target) { target.Craft(); } }Copy