private void AttackEnemy()
 {
     if (!otherFighterController.SuccessfullyBlocked(stance))
     {
         gameManager.DealDamageToFighter(currentAttackDamage, currentAttackType, !isPlayerOne);
     }
 }