public void MakeChoice() { if (choice.storyEvent != null) { choice.storyEvent.Invoke(); } conversationChangeEvent.Invoke(choice.conversation); }
public void MakeChoice() { conversationChangeEvent.Invoke(choice.conversation); }