Client.CreateMessageHandlersDictionary Method
Namespace: Riptide
Assembly: RiptideNetworking.dll
CreateMessageHandlersDictionary(byte)
Builds a dictionary of message IDs and their corresponding message handler methods.
protected override void CreateMessageHandlersDictionary(byte messageHandlerGroupId)
Parameters
byte | messageHandlerGroupId |
The ID of the group of message handler methods to include in the dictionary. |