Namespace Exiled.Events.Features
Classes
- Event
An implementation of IExiledEvent that encapsulates a no-argument event.
- Event<T>
An implementation of the IExiledEvent interface that encapsulates an event with arguments.
- Patcher
A tool for patching.
Delegates
- CustomAsyncEventHandler
THe custom EventHandler delegate, with empty parameters. Holds async events with MEC.
- CustomAsyncEventHandler<TEventArgs>
The custom EventHandler delegate.
- CustomEventHandler
The custom EventHandler delegate, with empty parameters.
- CustomEventHandler<TEventArgs>
The custom EventHandler delegate.