Enum ContextEntityRole
- Namespace
- ElectricDrill.AstraHealth.Damage
- Assembly
- com.electricdrill.astra-health.Runtime.dll
Selects one of the two entities involved in a damage context.
public enum ContextEntityRole
Fields
ContextSource = 0The entity that originally dealt the damage (context Source).
ContextTarget = 1The entity that originally received the damage (context Target).