Namespace AshesOfVelsingrad.systems.status_effects
Classes
- EffectTarget
Base class for any entity that can receive and manage StatusEffects. Provides default implementations for applying, removing, and querying effects.
- StatusEffect
Base class for all status effects that can be applied to an IEffectTarget.
- StatusEffectSystem
Manages the application and lifecycle of status effects on all tracked targets.
Interfaces
- IEffectTarget
Represents an entity that can receive and manage status effects.