StatListUI.statSource
public BasicStats statSource { get; set; }Description#
Gets/Sets the Stat Source for this object. On set UI is automatically updated.
Usage#
Example
using NullSave.GDTK.Stats;using UnityEngine;
public class Example : MonoBehaviour{
public void ExampleMethod(StatListUI target) { BasicStats result = target.statSource; }
}