public Send ( MxClient client, byte packet, bool reliable = false ) : void | ||
client | MxClient | /// The client to send the message to. /// |
packet | byte | /// The associated data to send. /// |
reliable | bool | /// Whether or not this message should be sent reliably and intact. This also /// permits messages larger than 512 bytes to be sent. /// |
Résultat | void |