Exemplo n.º 1
0
 public MapService()
 {
     obstacleList = MapConstants.GetObstacleList();
 }
Exemplo n.º 2
0
 public MapGeneratorAdapter()
 {
     mapGenerator = new MapGenerator();
     obstacleList = MapConstants.GetObstacleList();
 }