-
Notifications
You must be signed in to change notification settings - Fork 0
Damage Handling
spacemex edited this page Jan 3, 2024
·
1 revision
HealthComponent
processes incoming damage, prioritizing armor reduction before reducing health.
- Use
Damage(float AfflictedDamage)
to apply damage. - Health is reduced only after armor is depleted.
-
Damage(float AfflictedDamage)
: Reduces armor first, then health.