Exemplo n.º 1
0
 void OnTriggerEnter(Collider other)
 {
     //error de trail
     if (other.gameObject.tag == "TrailFinger" && _cangiverror)
     {
         _TargetManager.AddTrailError();
     }
 }