
Register the specified message.
public void RegisterMessageHandler(Messages message, Action messageaction);
Parameters
Messages message
The message to register.
Action messageaction
The action to take when the message is broadcast.
Register the specified message.
public void RegisterMessageHandler(Messages message, Action messageaction);
Messages message
The message to register.
Action messageaction
The action to take when the message is broadcast.