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