Ejemplo n.º 1
0
 void OnTriggerEnter(Collider other)
 {
     if (other.tag == "Arrow")
     {
         scriptMoveController.DestroyArrows();
         scriptMoveController.PlayerStop();
     }
 }