Починочка

This commit is contained in:
Marselchi 2023-11-24 12:55:25 +04:00
parent b7d80bf20f
commit 65f745bfeb

View File

@ -35,4 +35,5 @@ namespace Liner.MovingStrategies
public void MoveObject(DirectionType direction) =>
_drawingLiner?.MoveTransport(direction);
}
}