On this pageCraftingQueueUI.CompleteNowDeclaration#public void CompleteNow()CopyDescription#Complete the crafting nowUsage#using NullSave.GDTK.Inventory;using UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(CraftingQueueUI target) { target.CompleteNow(); } }Copy