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