Skip to main content

GDTKItem.Shutdown

Declaration#

public void Shutdown()

Description#

Shuts down the object

Usage#

Example
using NullSave.GDTK.Inventory;using UnityEngine;
public class CodeSample : MonoBehaviour{
    public void Example(GDTKItem target)    {        target.Shutdown();    }
}