On this pageHolsterSlotClient.ShutdownDeclaration#public void Shutdown()CopyDescription#Shutdown the objectUsage#using NullSave.GDTK.Inventory;using UnityEngine; public class CodeSample : MonoBehaviour{ public void Example(HolsterSlotClient target) { target.Shutdown(); } }Copy