Exemplo n.º 1
0
 private void OnConverationStarted(ConversationFragment conversation, AgentController owner)
 {
     if (_conversations.IsPlayerConversation(conversation))
     {
         _inConversationWithPlayer = owner;
     }
 }