예제 #1
0
    public override void resetCharacher()
    {
        if (m_navMeshAgent != null)
        {
            m_navMeshAgent.enabled = true;
        }

        if (m_movingAgent != null)
        {
            m_movingAgent.resetAgent(health, skillLevel);
        }
    }