public void EndHit()
 {
     _hasActiveHit = false;
     _weapon.EndHit();
 }