From 68cba3d6a4e63174ea56eb9eb962ca373cefe73d Mon Sep 17 00:00:00 2001 From: MorozovDanil Date: Mon, 18 Mar 2024 12:01:35 +0400 Subject: [PATCH] =?UTF-8?q?=D0=A1=D0=B4=D0=B0=D0=BD=D0=B0=20(=D0=B4=D0=BE?= =?UTF-8?q?=D0=BF=20=D0=B7=D0=B0=D0=B4=D0=B0=D0=BD=D0=B8=D0=B5=20=D1=83?= =?UTF-8?q?=D0=B4=D0=B0=D0=BB=D0=B8=D0=BB)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ProjectContainerShip/MovementStrategy/MoveableShip.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/ProjectContainerShip/ProjectContainerShip/MovementStrategy/MoveableShip.cs b/ProjectContainerShip/ProjectContainerShip/MovementStrategy/MoveableShip.cs index eba8ff3..63d3e8a 100644 --- a/ProjectContainerShip/ProjectContainerShip/MovementStrategy/MoveableShip.cs +++ b/ProjectContainerShip/ProjectContainerShip/MovementStrategy/MoveableShip.cs @@ -36,8 +36,6 @@ public class MoveableShip : IMoveableObject public int GetStep => (int)(_ship?.EntityShip?.Step ?? 0); - - public bool TryMoveObject(MovementDirection direction) { if (_ship == null || _ship.EntityShip == null)