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