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