StatModifierPlugin.host
public Inventory host { get; }Description#
Inventory hosting the plugin
Usage#
Example
using NullSave.GDTK.Inventory;using NullSave.GDTK.Stats;using UnityEngine;
public class Example : MonoBehaviour{
public void ExampleMethod(StatModifierPlugin target) { Inventory result = target.host; }
}