Skip to main content

ItemContainer.Shutdown

Declaration#

public void Shutdown()

Description#

Shutdown the object

Usage#

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