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 System.EventHandler delegate, with empty parameters. Holds async events with MEC.
CustomAsyncEventHandler<TEventArgs>
The custom System.EventHandler delegate.
CustomEventHandler
The custom System.EventHandler delegate, with empty parameters.
CustomEventHandler<TEventArgs>
The custom System.EventHandler delegate.