Skip to main content

GDTKStatProxy.regenerationRate

public float regenerationRate { get; set; }

Description#

Get/Set the regeneration delay

Usage#

Example
using NullSave.GDTK.Inventoryusing UnityEngine;
public class Example : MonoBehaviour{
    public void ExampleMethod(GDTKStatProxy target)    {        float result = target.regenerationRate;    }   }