On this pageAttackResultModifier.hostpublic Inventory host { get; }CopyDescription#Inventory hosting the pluginUsage#Exampleusing NullSave.GDTK.Inventoryusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(AttackResultModifier target) { Inventory result = target.host; } }Copy