Ejemplo n.º 1
0
 public void end() {
   for (GameObject g : new ArrayList<GameObject>(children)) {
     g.end();
   }
   endNoChildren();
 }