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