Exemple #1
0
 public void AddDialogue(DialogueOption option)
 {
     dialogues.Add(option);
     option.AttachChattable(this);
 }