Example #1
0
 void OnTriggerExit2D(Collider2D other)
 {
     theHM.HideDialogue();
     Destroy(gameObject);
 }
Example #2
0
 void OnTriggerExit2D(Collider2D other)
 {
     theHM.HideDialogue();
 }