private void ProcessAttackAnimation(float deltaTime) { if (!_hasActiveHit) { return; } _weapon.CheckHits(WeaponBone, weaponBoneUp, distThreshold); }