public void CBRStory()
 {
     storyTeller = new ProppStoryTeller();
     storyTeller.MakeCBRStory(condition);
     StoryGameSystem.playStory = storyTeller.story;
     storyUI.SetTextWith(storyTeller.story);
     saveUI.SetStory(storyTeller.story);
 }
Beispiel #2
0
 public void CBRStory()
 {
     storyTeller.MakeCBRStory();
 }