Пример #1
0
 public void Render() {
   for (Balloon b : Balloons) {
     b.Render();
   }
 }