Exemplo n.º 1
0
 internal void LostBall()
 {
     Player.Lives--;
     Ball.Reset(Player);
 }