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