On this pageCraftingInteractable.CraftingClosedDeclaration#public void CraftingClosed()CopyDescription#Invoke when done using the containerUsage#using NullSave.GDTK.Inventory;using UnityEngine; public class CodeSample : MonoBehaviour{ public void Example(CraftingInteractable target) { target.CraftingClosed(); } }Copy