Esempio n. 1
0
 private void OnTriggerExit(Collider other)
 {
     if (other.tag == "Player")
     {
         myDialog.PlayerExit();
     }
 }