public void RandomStory()
 {
     storyTeller = new ProppStoryTeller();
     storyTeller.MakeRandomStory();
     StoryGameSystem.playStory = storyTeller.story;
     storyUI.SetTextWith(storyTeller.story);
     saveUI.SetStory(storyTeller.story);
 }
Exemplo n.º 2
0
 public void RandomStory()
 {
     storyTeller.MakeRandomStory();
 }