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