Esempio n. 1
0
 void SetStoryInformation()
 {
     characterName.text = storyText.GetStoryCharacterName();
     dialogText.text    = storyText.GetStoryText();
 }