Сдана (доп задание удалил)

This commit is contained in:
MorozovDanil 2024-03-18 12:01:35 +04:00
parent bf1961b30b
commit 68cba3d6a4

View File

@ -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)