On this pageGDTKItemStat.valuepublic float value { get; set; }CopyDescription#Get/Set the value of the statUsage#Exampleusing NullSave.GDTK.Inventoryusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(GDTKItemStat target) { float result = target.value; } }Copy