Example #1
0
        public override bool Proc(EntityParent theOwner)
        {
            bool rnt = theOwner.ProcInSkillCoolDown(m_iSkillId);
            if (rnt)
			{
                //Mogo.Util.LoggerHelper.Debug("AI:" + "InSkillCoolDown:" + m_iSkillId + " true");
			}
            else
			{
                //Mogo.Util.LoggerHelper.Debug("AI:" + "InSkillCoolDown:" + m_iSkillId + " false");
			}

            return rnt;
        }