Лаб8 сдана

This commit is contained in:
Данила Мочалов 2022-11-22 16:15:15 +04:00
parent 155ebec8ff
commit ef7754bdf9

View File

@ -31,6 +31,7 @@ namespace Locomotive
_pictureWidth = pictureWidth; _pictureWidth = pictureWidth;
_pictureHeight = pictureHeight; _pictureHeight = pictureHeight;
} }
/// Добавление карты /// Добавление карты
public void AddMap(string name, AbstractMap map) public void AddMap(string name, AbstractMap map)
{ {
@ -117,7 +118,7 @@ namespace Locomotive
} }
} }
} }
} }
} }