Added maps
This commit is contained in:
@@ -8,14 +8,8 @@ namespace ConsoleApp
|
||||
{
|
||||
_mapFactory = mapFactory;
|
||||
}
|
||||
public void GenerateMaps(int x, int y)
|
||||
{
|
||||
_mapFactory.GenerateMaps(x, y);
|
||||
_mapFactory.SquareMap();
|
||||
throw new System.NotImplementedException();
|
||||
}
|
||||
|
||||
public void StartSim()
|
||||
public void Run()
|
||||
{
|
||||
throw new System.NotImplementedException();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user