On this pageStatAssignmentItem.valuepublic Int32 value { get; set; }CopyDescription#Get/Set stat valueUsage#Exampleusing NullSave.GDTK.Statsusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(StatAssignmentItem target) { System.Int32 result = target.value; } }Copy