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