noAttack()

Found in:

private void noAttack(){
    for(int a = 0; a < attacks.Count; ++a){
      animator.SetBool(attacks[a], false);
    }
    attacking = false;
  }


Comments

Leave a Reply

Your email address will not be published. Required fields are marked *