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