예제 #1
0
 public override void FixedUpdate()
 {
     if (Patrol)
     {
         AIUtil.Patrol(true, this);
     }
     base.FixedUpdate();
 }