//if triggered sends info to combat
 public void AttackHitEvent()
 {
     combat.AttackHitAnimation();
 }