public void addHitbox(Hitbox h) { h.parent = this; hitboxes.Add(h); }
public void addHitbox(Hitbox hb) { addGameRectangle(hb); }