Example #1
0
 public void MakeChoice()
 {
     if (choice.storyEvent != null)
     {
         choice.storyEvent.Invoke();
     }
     conversationChangeEvent.Invoke(choice.conversation);
 }
Example #2
0
 public void MakeChoice()
 {
     conversationChangeEvent.Invoke(choice.conversation);
 }