How can I raise an event from the GameServer or send a message to a specific client?

Options
How can I raise an event from the server-side code so that all players in the room receive it?
How can I send a message to a specific client?

Comments