Cleaned up some files
This commit is contained in:
@@ -8,7 +8,8 @@ namespace ConsoleApp.Maps
|
||||
int Height { get; }
|
||||
int Width { get; }
|
||||
int CellWidth { get; }
|
||||
Dictionary<string, IMap> Maps { get; }
|
||||
void GenerateMaps(int x, int y);
|
||||
IHexMap GetHexMap();
|
||||
ISquareMap GetSquareMap();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user