Exemplo n.º 1
0
 public void update(long time, GameObject parent) {
   for (GameObject component : mComponents) {
     component.update(time, this);
   }
 }