Skip to main content

GDTKItemStatSource.Shutdown

Declaration#

public virtual void Shutdown()

Description#

Shutdown the object

Usage#

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