Exemplo n.º 1
0
 private void CancelConversation()
 {
     if (source != null)
     {
         source.isSpeaking = false;
     }
     currentNode = null;
     source      = null;
     isTalking   = false;
     director.EndDialogue();
 }