From ef7754bdf9a76502c1288b66524cb15610f84b85 Mon Sep 17 00:00:00 2001 From: Danila_Mochalov Date: Tue, 22 Nov 2022 16:15:15 +0400 Subject: [PATCH] =?UTF-8?q?=D0=9B=D0=B0=D0=B18=20=D1=81=D0=B4=D0=B0=D0=BD?= =?UTF-8?q?=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Locomotive/Locomotive/MapsCollection.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Locomotive/Locomotive/MapsCollection.cs b/Locomotive/Locomotive/MapsCollection.cs index 01faa30..f97d40a 100644 --- a/Locomotive/Locomotive/MapsCollection.cs +++ b/Locomotive/Locomotive/MapsCollection.cs @@ -31,6 +31,7 @@ namespace Locomotive _pictureWidth = pictureWidth; _pictureHeight = pictureHeight; } + /// Добавление карты public void AddMap(string name, AbstractMap map) { @@ -117,7 +118,7 @@ namespace Locomotive } } - } + } }