On this pageMerchant.ShutdownDeclaration#public virtual void Shutdown()CopyDescription#Shutdown object and remove all subscriptionsUsage#using NullSave.GDTK.Inventory;using UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(Merchant target) { target.Shutdown(); }}Copy