Registers the type T so SubscribeAttribute can freely be used on method like the delegate MessageHandler<T>(T) to automatically subscribe when using IPublisherExtension on a World instance.
public static void RegisterMessage<T>();
T
The type of message.