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