Manages the registration and retrieval of events for the client.
Creates a new EventManager instance.
The client instance.
Retrieves a registered event by its name.
The name of the event to retrieve.
The event instance, or null if not found.
null
Registers an event with the manager.
The event class to register.
Manages the registration and retrieval of events for the client.