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