Table of Contents

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 = 0

The entity that originally dealt the damage (context Source).

ContextTarget = 1

The entity that originally received the damage (context Target).