示例#1
0
    /*Update*/
    public void SMUpdate()
    {
        if (m_pGlobalState != null)
        {
            m_pGlobalState.Execute(m_pOwner);
        }


        if (m_pCurrentState != null)
        {
            m_pCurrentState.Execute(m_pOwner);
        }
    }