On this pageAttackResult.damageDealtpublic float damageDealt { get; }CopyDescription#Gets the amount of damage appliedUsage#Exampleusing NullSave.GDTKusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(AttackResult target) { float result = target.damageDealt; } }Copy