Method Register
Register<TEvent>(RegistrationData)
Registers the specified event type using the provided registration metadata.
public void Register<TEvent>(GameEventFactory.RegistrationData data) where TEvent : IEvent, new()
Parameters
dataGameEventFactory.RegistrationDataThe registration metadata for the factory.
Type Parameters
TEventThe event payload type to register.