Ejemplo n.º 1
0
    void Start()
    {
        dialogoController = FindObjectOfType <DialogoController>();
        Thread chec = new Thread(checarFimdefala);

        chec.Start();
    }
Ejemplo n.º 2
0
 void Start()
 {
     animator          = (Animator)this.GetComponent(typeof(Animator));
     dialogoController = FindObjectOfType <DialogoController>();
 }
Ejemplo n.º 3
0
 // Use this for initialization
 void Start()
 {
     dialogoController = FindObjectOfType <DialogoController>();
 }
Ejemplo n.º 4
0
 void Start()
 {
     Player            = GameObject.Find("Personagem");
     dialogocontroller = FindObjectOfType <DialogoController>();
 }