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