Class InvulnerableEffect
Namespace: Global
Assembly: Dew.Core.dll
Syntax
public class InvulnerableEffect : BasicEffect
Fields
onDamageNegated
If multiple effect is protecting this entity, only the last basic effect's callback will be called prioritizing InvulnerableEffect.
Declaration
public Action<EventInfoDamageNegatedByImmunity> onDamageNegated
Field Value
| Type | Description |
|---|---|
| System.Action<T><EventInfoDamageNegatedByImmunity> |
Properties
mask
Declaration
public override BasicEffectMask mask { get; }
Property Value
| Type | Description |
|---|---|
| BasicEffectMask |