StatInteractable.CurrentAgent
public Interactor CurrentAgent { get; set; }Description#
Currently active Interactor
Usage#
Example
using NullSave.GDTK.Statsusing UnityEngine;
public class Example : MonoBehaviour{
public void ExampleMethod(StatInteractable target) { Interactor result = target.CurrentAgent; } }