On this pageRecipeListUI.CraftSelectedDeclaration#public virtual void CraftSelected()CopyDescription#Craft the select itemUsage#using NullSave.GDTK.Inventory;using UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(RecipeListUI target) { target.CraftSelected(); } }Copy