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