Exemplo n.º 1
0
 void Start()
 {
     Name.text = "";
     text.text = "";
     tri       = FindObjectOfType <diatrigger>();
     //     theAudio = FindObjectOfType<AudioManager>();
     theChoice = FindObjectOfType <movecho>();
     p         = FindObjectOfType <playerStat>();
     thescreen = FindObjectOfType <ScreenManager>();
 }
Exemplo n.º 2
0
 void Start()
 {
     Name.text = "";
     text.text = "";
     tri       = FindObjectOfType <diatrigger>();
     //     theAudio = FindObjectOfType<AudioManager>();
     theChoice = FindObjectOfType <movecho>();
     p         = FindObjectOfType <playerStat>();
     thescreen = FindObjectOfType <ScreenManager>();
     roulette  = roul.GetComponent <Roulette>();
     roul.SetActive(false);
 }