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