Beispiel #1
0
 public void setNewAim()      //设置新的目的地
 {
     nowAim = (nowAim + 1) % patrolLoc.Length;
     patrolAc.setAim(patrolLoc[nowAim]);
 }