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