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