PIBD-12 Morozov_D.V. LabWork№2 #2

Closed
MorozovDanil wants to merge 5 commits from Lab2_base into Lab1_base
Showing only changes of commit 68cba3d6a4 - Show all commits

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)