On this pageIDamageable.actorpublic Actor actor { get; }CopyDescription#Gets the actor dealing damageUsage#Exampleusing NullSave.GDTKusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(IDamageable target) { Actor result = target.actor; } }Copy