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