Ejemplo n.º 1
0
 private void LoadMapToPathfinder()
 {
     pathfinder.LoadMap(mapDisplay.GetMapTemplate());
 }
Ejemplo n.º 2
0
 public static void LoadMap(this IPathfinder pathfinder, char[,] entryMap)
 {
     pathfinder.LoadMap(GetMapByFieldStatus(entryMap));
 }