On this pageIDamageable.instanceIdpublic string instanceId { get; }CopyDescription#Gets the id associated with the damage dealerUsage#Exampleusing NullSave.GDTKusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(IDamageable target) { string result = target.instanceId; } }Copy