Пример #1
0
 /// <summary>
 /// Continues the current dialogue
 /// </summary>
 public static void ContinueDialogue()
 {
     DialoguerDialogueManager.continueDialogue(0);
 }
Пример #2
0
 /// <summary>
 /// Continue the current dialogue after a Branched Text node
 /// </summary>
 /// <param name="choice">The ID of the choice the player is selecting to continue the dialogue with.</param>
 public static void ContinueDialogue(int choice)
 {
     DialoguerDialogueManager.continueDialogue(choice);
 }