Example #1
0
 private void OnTriggerEnter2D(Collider2D other)
 {
     if (other.gameObject.tag == "Player")
     {
         dialogSequences.LaunchDialogTuto(dialogName);
     }
 }