Beispiel #1
0
 public override bool Proc(EntityParent theOwner)
 {
     //Mogo.Util.LoggerHelper.Debug("AI:" + "Escape:" + m_iSec);
     theOwner.ProcEscape(m_iSec);
     return true;
 }