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