InventoryDatabase.instance
public static InventoryDatabase instance { get; }
#
DescriptionGets the current instance of the object
#
UsageExample
using NullSave.GDTK.Inventoryusing UnityEngine;
public class Example : MonoBehaviour{
public void ExampleMethod(InventoryDatabase target) { InventoryDatabase result = target.instance; } }