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