示例#1
0
 public void SetPath(Path p)
 {
     StopFollowing();
     aiPath.canMove = true;
     aiPath.SetPath(p);
 }
示例#2
0
 public void StopMoving()
 {
     ai.SetPath(null);
 }