コード例 #1
0
        private float GetRunSpeed(NpcInfo info)
        {
            Data_ActionConfig ac = info.GetCurActionConfig();

            if (null != ac)
            {
                return(ac.m_FastStdSpeed);
            }
            else
            {
                LogSystem.Error("AiLogic_Demo_Melee can't find CurActionConfig");
            }
            return(0.0f);
        }