Exemplo n.º 1
0
 public void SendTo(int player, string msg)
 {
     hostController.SendDataTo(player, msg);
 }