Exemplo n.º 1
0
 void OnTriggerExit2D(Collider2D other)
 {
     theHM.HideDialogue();
     Destroy(gameObject);
 }
Exemplo n.º 2
0
 void OnTriggerExit2D(Collider2D other)
 {
     theHM.HideDialogue();
 }