On this pageIStatClient.statSourcepublic BasicStats statSource { get; set; }CopyDescription#Get/Set the Stat SourceUsage#Exampleusing NullSave.GDTK.Stats;using UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(IStatClient target) { PlayerCharacterStats result = target.statSource; } }Copy