public override bool Over(Hitbox other) => other.Over(this);
 public override bool Over(Hitbox other) => Hitboxes.Any(other.Over);