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