Exemplo n.º 1
0
 void OnTriggerExit(Collider other)
 {
     if (other.tag == "Boundary")
     {
         gameController.AddMiss(MissValue);
     }
 }