Message.AddUShort Method
Namespace: Riptide
Assembly: RiptideNetworking.dll
AddUShort(ushort)
Adds a ushort to the message.
public Message AddUShort(ushort value)
Parameters
ushort | value |
The ushort to add. |
Returns
Message | The message that the ushort was added to. |