Пример #1
0
 void OnEnable()
 {
     story    = new string[30];
     story    = segments.GetInitialCode();
     txt      = GetComponentInChildren <Text>();
     txt.text = "";
     StartCoroutine("PlayText");
 }