Пример #1
0
 public void draw(Batch batch) {
   super.draw(batch);
   for (FireBall ball : fireballs) ball.draw(batch);
 }