Exemplo n.º 1
0
 public override bool CanGoNext()
 {
     return(ballSpawner.IsFinish() || enemySpawner.IsEmpty());
 }