From a180995d195a83c14815810c38dca39e26c41def Mon Sep 17 00:00:00 2001 From: marusya Date: Sun, 5 Nov 2023 21:24:04 +0400 Subject: [PATCH] =?UTF-8?q?=D0=B8=D0=B7=D0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../SelfPropelledArtilleryUnit/IMoveableObject_Realise.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SelfPropelledArtilleryUnit/SelfPropelledArtilleryUnit/IMoveableObject_Realise.cs b/SelfPropelledArtilleryUnit/SelfPropelledArtilleryUnit/IMoveableObject_Realise.cs index ee1da36..7c4b94d 100644 --- a/SelfPropelledArtilleryUnit/SelfPropelledArtilleryUnit/IMoveableObject_Realise.cs +++ b/SelfPropelledArtilleryUnit/SelfPropelledArtilleryUnit/IMoveableObject_Realise.cs @@ -10,7 +10,7 @@ using SelfPropelledArtilleryUnit.Drawnings; namespace SelfPropelledArtilleryUnit.MovementStrategy { /// - /// Реализация интерфейса IDrawningObject для работы с объектом DrawningCar (паттерн Adapter) + /// Реализация интерфейса IDrawningObject для работы с объектом DrawningUsta (паттерн Adapter) /// public class DrawningObjectUsta : IMoveableObject {