public void Initialize(GameObject owner, HurtboxGroup hurtboxGroup)
 {
     this.owner        = owner;
     this.hurtable     = owner.GetComponent <IHurtable>();
     this.hurtboxGroup = hurtboxGroup;
 }
 public HurtboxGroup(HurtboxGroup other)
 {
 }