Example #1
0
 public void EndGame(GameEndNotification gameEndNotification)
 {
     var data = new HttpTransmitter().SendMessage(_connectedPlayer.Url, "endgame", gameEndNotification);
 }
Example #2
0
 public void EndGame(GameEndNotification gameEndNotification)
 {
     this.Captain.EndGameNotification(gameEndNotification);
 }