Esempio n. 1
0
 public void Speak()
 {
     if (interactedWith == false)
     {
         textHandler.LoadDialogue(dialogue);
         interactedWith = true;
     }
     else
     {
         textHandler.EndOfConvo();
     }
 }