Пример #1
0
 public void PlayDialogueGraph(DialogueGraph graph)
 {
     this.dialogueGraph = graph;
     graph.Reset();
 }