On this pageGDTKStat.valuepublic float value { get; set; }CopyDescription#Get/Set the current valueUsage#Exampleusing NullSave.GDTK.Stats;using UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(GDTKStat target) { float result = target.value; } }Copy