Namespace RisingV.Core.Processors
Classes
- AdminAuthProcessor
Abstract class for processing ban status of players. Inherit to implement specific admin checks.
- BanProcessor
Abstract class for processing ban status of players. Inherit to implement specific ban logic.
- DeathProcessor
Processes and route death events based on the types of entity involved in the death.
- DownedProcessor
Processor for routing downed events for the entity types involved.
- SourceToTargetEntityProcessor<TEvent>
Base class for entity processors that operate on a source entity and a target entity.
- SpawnProcessor
Processes and routes spawn events for various entity types involved.
- StatChangeProcessor
Processes stat changes for entities and publishes events based on the type of entity and the reason for the stat change.
- TargetEntityProcessor<TEvent>
Base class for processors that target a specific entity type.