Ejemplo n.º 1
0
 public void SetTarget(Map map, Point target)
 {
     path = map.getPath(new Point((int)Position.X, (int)Position.Y), target);
     moveToNextTarget();
 }