protected virtual bool MeleeAttackStaminaConditions() { var result = cc.currentStamina - meleeManager.GetAttackStaminaCost(); return(result >= 0); }