示例#1
0
    void GetChoice()
    {
        List <NPCActionChoice> choiceList = m_model.m_curAction.GetNPCActionChoiceList();

        m_model.SetChoiceList(choiceList);
        m_view.ChangeTestChoice(m_model);


        ChangeStateTo(FlowState.AwaitPlayer);
    }