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