Exemplo n.º 1
0
 private void OnTriggerEnter(Collider other)
 {
     death.DeathAnim();
     Debug.Log("Stuff");
     anim.Play("knight_attackSpecial");
 }