Esempio n. 1
0
 // Start is called before the first frame update
 public void Interact()
 {
     speechBubbleScript.NextDialog();
 }
Esempio n. 2
0
 void StartNextTalk()
 {
     ramenSpeech.NextDialog();
     Invoke("Idontunderstandwhyineedthis", 0.1f);
 }