Beispiel #1
0
 internal void LostBall()
 {
     Player.Lives--;
     Ball.Reset(Player);
 }