On this pageItemPlugin.itempublic GDTKItem item { get; }CopyDescription#Gets the item associated with the pluginUsage#Exampleusing NullSave.GDTK.Inventoryusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(ItemPlugin target) { GDTKItem result = target.item; } }Copy