Version: 2019.1
public void Send (Guid messageId, byte[] data, int playerId);
public void Send (Guid messageId, byte[] data);

Parameters

messageIdType ID of the message to send to the Player(s).
playerIdIf set, the message will only send to the Player with this ID.

Description

Sends data to multiple or single Player(s).