Class DeathInterruptEffect
Namespace: Global
Assembly: Dew.Core.dll
Syntax
public class DeathInterruptEffect : BasicEffect
Fields
onInterrupt
Declaration
public Action<EventInfoKill> onInterrupt
Field Value
| Type | Description |
|---|---|
| System.Action<T><EventInfoKill> |
priority
DeathInterrupts with lower priority will be fired/checked earlier.
Declaration
public int priority
Field Value
| Type | Description |
|---|---|
| int |
Properties
mask
Declaration
public override BasicEffectMask mask { get; }
Property Value
| Type | Description |
|---|---|
| BasicEffectMask |