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