On this pageGDTKItemStatSource.ShutdownDeclaration#public virtual void Shutdown()CopyDescription#Shutdown the objectUsage#using NullSave.GDTK.Inventory;using UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(GDTKItemStatSource target) { target.Shutdown(); } }Copy