public override void FixedUpdate() { if (Patrol) { AIUtil.Patrol(true, this); } base.FixedUpdate(); }