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