On this pageGDTKStatValue.valuepublic Double value { get; set; }CopyDescription#Gets/Sets the current valueUsage#Exampleusing NullSave.GDTK.Stats;using UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(GDTKStatValue target) { double result = target.value; } }Copy