public override bool Proc(EntityParent theOwner) { //查找目标,记录到blackBoard //Mogo.Util.LoggerHelper.Debug("AI:" + "AOI"); bool rnt = theOwner.ProcAOI(m_iSearchChance); return rnt; }