Beispiel #1
0
 public void sendConfirmation(Shot shot)
 {
     send(shot.toJson());
 }
Beispiel #2
0
 public void sendShot(Shot shot)
 {
     send(shot.toJson());
     receiveConfirmation();
 }