Esempio n. 1
0
 void Update()
 {
     if (_scoreManager.AddBall())
     {
         _ballsLeft++;
         _newBall = true;
     }
 }