Beispiel #1
0
 public void ReturnBall()
 {
     ballsReady++;
     if (ballsReady == _balls.Count)
     {
         _uImanager.ChangeRounds();
         blockSpawner.SpawnRowOfBlocks();
         CreateBall();
         isCanShoot = true;
     }
 }