コード例 #1
0
ファイル: Node.java プロジェクト: DeadlyFugu/Elesmyr_OLD
 public void update(GameContainer gc) {
   for (Node child : children) child.update(gc);
 }