On this pageRPGAction.parentpublic InteractableRPGObject parent { get; }CopyDescription#Gets the parent Interactable RPG ObjectUsage#Exampleusing NullSave.GDTKusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(RPGAction target) { InteractableRPGObject result = target.parent; } }Copy