On this pageGDTKItem.valuepublic Int32 value { get; }CopyDescription#Get the value of this itemUsage#Exampleusing NullSave.GDTK.Inventoryusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(GDTKItem target) { System.Int32 result = target.value; } }Copy