Version: 2022.3
언어: 한국어
public void Send (Guid messageId, byte[] data, int playerId);
public void Send (Guid messageId, byte[] data);

파라미터

messageId The type ID of the message to send to the connected Players.
playerId The ID of the Player that you want to sent this message to. If you want to send it to all Players, set this to 0.

설명

Sends data to the connected Players.