Ejemplo n.º 1
0
 // Use this for initialization
 void Start()
 {
     flowchart = FindObjectOfType <Flowchart>();
     player    = GameObject.FindGameObjectWithTag("Player").GetComponent <ExplorationNav>();
     power     = FindObjectOfType <EmotionWheel>();
 }
Ejemplo n.º 2
0
 // Use this for initialization
 void Start()
 {
     emotionWheel = FindObjectOfType <EmotionWheel>();
 }