Message.AddSerializable Method
Namespace: Riptide
Assembly: RiptideNetworking.dll
AddSerializable<T>(T)
Adds a serializable to the message.
public Message AddSerializable<T>(T value) where T : IMessageSerializableParameters
| T | value | The serializable to add. | 
Returns
| Message | The message that the serializable was added to. | 
Type Parameters
| T |