Server.MessageHandler Delegate
Namespace: Riptide
Assembly: RiptideNetworking.dll
Encapsulates a method that handles a message from a client.
public delegate void Server.MessageHandler(ushort fromClientId, Message message)
Parameters
ushort | fromClientId |
The numeric ID of the client from whom the message was received. |
Message | message |
The message that was received. |