public void PursueNPC(Common.IMotion.INPC pursuer)
 {
     pursuer.Pursue(npc.MotionObject, 1.5f);
 }