Example #1
0
    void GetNPC()
    {
        NPC npc = NPCManager.GetInst.GetNPC(m_model.m_nextNPC);

        m_model.SetNPC(npc);

        ChangeStateTo(FlowState.NPCEffect);
    }