예제 #1
0
 void OnTriggerEnter(Collider other)
 {
     if (other.tag == "Player")
     {
         game.IntersectionTurn(isLeft, transform.position);
     }
 }