On this pageGlobalStats.actorpublic Actor actor { get; }CopyDescription#Gets reference to the associated actorUsage#Exampleusing NullSave.GDTK.Statsusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(GlobalStats target) { Actor result = target.actor; } }Copy