Enum ContextDealerRole
- Namespace
- ElectricDrill.AstraHealth.Damage
- Assembly
- com.electricdrill.astra-health.Runtime.dll
Selects the entity that will act as the damage dealer, including the option of no dealer (system damage).
public enum ContextDealerRole
Fields
ContextSource = 0The entity that originally dealt the damage (context Source).
ContextTarget = 1The entity that originally received the damage (context Target).
None = 2No dealer entity — system-initiated damage with no attribution.