Пример #1
0
 public void SendDataToPlayer(string data, int playerIndex)
 {
     middleware.SendDataPersonally(data, playerIndex);
 }