Ejemplo n.º 1
0
 public void StartGame(GameStartNotification gameStartNotification)
 {
     var data = new HttpTransmitter().SendMessage(_connectedPlayer.Url, "startgame", gameStartNotification);
 }
Ejemplo n.º 2
0
 public void StartGame(GameStartNotification gameStartNotification)
 {
     Captain.StartGameNotification(gameStartNotification);
 }