On this pageMerchantWindowUI.CloseDeclaration#public virtual void Close()CopyDescription#Close the windowUsage#using NullSave.GDTK.Inventory;using UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(MerchantWindowUI target) { target.Close(); } }Copy