public void tick() {
   for (GAttrib a : attr.values()) a.tick();
 }