Method PlayerMessageReceived
PlayerMessageReceived(Player, string)
Handles a received message from a player and forwards it to the chat events system.
public void PlayerMessageReceived(Player player, string message)
Parameters
playerPlayerThe player who sent the message.
messagestringThe message sent by the player.