On this pageIAttackResult.damageAbsorbedpublic float damageAbsorbed { get; }CopyDescription#Gets the amount of damage absorbedUsage#Exampleusing NullSave.GDTKusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(IAttackResult target) { float result = target.damageAbsorbed; } }Copy