Пример #1
0
 // Use this for initialization
 void Start()
 {
     narration     = GameObject.Find("Narration");
     graphicMover  = narration.GetComponent <GraphicMover>();
     narrationText = narration.GetComponentInChildren <Text>();
     affLabelText  = afflictionLabel.GetComponentInChildren <Text>();
     afflictionGM  = afflictionLabel.GetComponent <GraphicMover>();
     SetUp();
 }