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

            return rnt;
        }