Ejemplo n.º 1
0
 public void PlayerTwoSwift()
 {
     _player2.SelectSwiftPaddle();
     DisablePlayerTwoSelect();
 }
Ejemplo n.º 2
0
 public void PlayerOneSwift()
 {
     _player1.SelectSwiftPaddle();
     DisablePlayerOneSelect();
 }