예제 #1
0
 public final void onControlTick() throws Exception {
   for (int idx = 0; idx < myGameObjects.size; idx++) {
     final GameObject gameObject = (GameObject) myGameObjects.objects[idx];
     gameObject.onControlTick();
   }
 }