attack()

Found in:

private void attack(){
    var random = new System.Random();
    int index = random.Next(attacks.Count);
    animator.SetBool(attacks[index], true);
    attacking = true;
  }


Comments

Leave a Reply

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