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