Beispiel #1
0
 private void EndOfDialogueEvent()
 {
     DialogueEnd?.Invoke();
     DialogueEnd = null;
     ChoiceMade  = null;
 }
 public void OnDialogueEnd()
 {
     DialogueEnd?.Invoke();
 }
Beispiel #3
0
 public void EndDialogue()
 {
     DialogueEnd?.Invoke();
 }