Example #1
0
    public void NextCandidate()
    {
        Conclusion.Value = null;

        Candidate.Value = m_CandidateFactory.Generate();

        Conversation.Value = new Conversation(this, Candidate.Value, m_ChoiceFactory.ChoicePool);
    }