IClassClient.statSource
public PlayerCharacterStats statSource { get; set; }Description#
Get/Set the Stat Source
Usage#
Example
using NullSave.GDTK.Stats;using UnityEngine;
public class Example : MonoBehaviour{
public void ExampleMethod(IClassClient target) { PlayerCharacterStats result = target.statSource; }
}