From e5b98208f6167d2dbf77bd7233d8c1c259cee06e Mon Sep 17 00:00:00 2001
From: MariaBelkina <89656988623@mail.ru>
Date: Tue, 26 Mar 2024 10:09:54 +0400
Subject: [PATCH] =?UTF-8?q?=D0=9B=D0=B0=D0=B1=D0=B0=202=20=D1=81=20=D0=B4?=
=?UTF-8?q?=D0=BE=D0=BF=D0=BE=D0=BC=202?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
ProjectBulldozer/ProjectBulldozer/Drawnings/DrawningDozer.cs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ProjectBulldozer/ProjectBulldozer/Drawnings/DrawningDozer.cs b/ProjectBulldozer/ProjectBulldozer/Drawnings/DrawningDozer.cs
index a1102be..5d45b56 100644
--- a/ProjectBulldozer/ProjectBulldozer/Drawnings/DrawningDozer.cs
+++ b/ProjectBulldozer/ProjectBulldozer/Drawnings/DrawningDozer.cs
@@ -190,7 +190,7 @@ public class DrawningDozer
///
/// Направлениие
/// true - перемещениие выполнено, false - перемещение невозможно
- public bool MoveTransport(DirectionType direction)
+ public virtual bool MoveTransport(DirectionType direction)
{
if (EntityDozer == null || !_startPosX.HasValue || !_startPosY.HasValue)
{