Example #1
0
 public void onClose() {
   for (Node child : children) child.onClose();
 }
Example #2
0
 public void update(GameContainer gc) {
   for (Node child : children) child.update(gc);
 }