예제 #1
0
 private void OnTriggerExit(Collider other)
 {
     if (other.CompareTag("Wood"))
     {
         player.CanGrab(false, null);
     }
 }