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