public void SetPath(Path p) { StopFollowing(); aiPath.canMove = true; aiPath.SetPath(p); }
public void StopMoving() { ai.SetPath(null); }