From 47223fcbae628082ec0dd44ee03dbcdf13f1add8 Mon Sep 17 00:00:00 2001 From: Marselchi Date: Fri, 24 Nov 2023 12:46:13 +0400 Subject: [PATCH] =?UTF-8?q?=D0=A1=D0=BA=D0=BE=D0=BB=D1=8C=D0=BA=D0=BE=20?= =?UTF-8?q?=D0=BA=D0=BE=D1=81=D1=8F=D0=BA=D0=BE=D0=B2...?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Liner/MovingStrategies/DrawingObjectLiner.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Liner/MovingStrategies/DrawingObjectLiner.cs b/Liner/MovingStrategies/DrawingObjectLiner.cs index 0afe82d..aa00f5c 100644 --- a/Liner/MovingStrategies/DrawingObjectLiner.cs +++ b/Liner/MovingStrategies/DrawingObjectLiner.cs @@ -35,4 +35,5 @@ namespace Liner.MovingStrategies public void MoveObject(DirectionType direction) => _drawingLiner?.MoveTransport(direction); } + }