Лаба 2 с допом 2

This commit is contained in:
MariaBelkina 2024-03-26 10:09:54 +04:00
parent 378bceea9b
commit e5b98208f6

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