Beispiel #1
0
 private void AddBonusBall()
 {
     _ballManager.CreateNewBall();
 }
Beispiel #2
0
 public void Reload()
 {
     _player.Reload();
     _ballManager.CreateNewBall();
     _brickmanager.Reload();
 }