Beispiel #1
0
 public void MoveToDest(Point destination)
 {
     _hero.StartMove(destination, Map.GetEasiestWay(_hero.Position, destination));
 }