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