Esempio n. 1
0
 void Start()
 {
     sentences = new Queue <string>();
     theOrder  = FindObjectOfType <OrtheManager>();
     //StartCoroutine(timeDial());
     InvokeRepeating("NextSentence", 3, 3);
 }
Esempio n. 2
0
 // Start is called before the first frame update
 void Start()
 {
     theChoice = FindObjectOfType <ChoiceManager>();
     theorder  = FindObjectOfType <OrtheManager>();
 }