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