Правочки

This commit is contained in:
Marselchi 2023-09-25 14:25:04 +04:00
parent 7bdefd69c1
commit e1257a26e4

View File

@ -21,8 +21,7 @@ namespace Liner.MovingStrategies
{ {
get get
{ {
if (_drawingLiner == null || _drawingLiner.EntityLiner == if (_drawingLiner == null || _drawingLiner.EntityLiner == null)
null)
{ {
return null; return null;
} }
@ -36,5 +35,4 @@ namespace Liner.MovingStrategies
public void MoveObject(DirectionType direction) => public void MoveObject(DirectionType direction) =>
_drawingLiner?.MoveTransport(direction); _drawingLiner?.MoveTransport(direction);
} }
} }