LimitItemCountPlugin.host
public Inventory host { get; }Description#
Gets the Inventory associated with the plugin
Usage#
Example
using NullSave.GDTK.Inventoryusing UnityEngine;
public class Example : MonoBehaviour{
public void ExampleMethod(LimitItemCountPlugin target) { Inventory result = target.host; } }