PIbd-13 BelkinaM.I. LabWork02 Simple #2

Closed
BelkinaMaria wants to merge 6 commits from Lab2 into lab1
Showing only changes of commit e5b98208f6 - Show all commits

View File

@ -190,7 +190,7 @@ public class DrawningDozer
/// </summary>
/// <param name="direction">Направлениие</param>
/// <returns>true - перемещениие выполнено, false - перемещение невозможно</returns>
public bool MoveTransport(DirectionType direction)
public virtual bool MoveTransport(DirectionType direction)
{
if (EntityDozer == null || !_startPosX.HasValue || !_startPosY.HasValue)
{