backing up
This commit is contained in:
@@ -14,7 +14,7 @@ namespace ConsoleApp.Maps
|
||||
{
|
||||
Width = x;
|
||||
Height = y;
|
||||
throw new System.NotImplementedException();
|
||||
new SquareMap(x, y);
|
||||
}
|
||||
|
||||
public MapFactory()
|
||||
|
||||
Reference in New Issue
Block a user