Лаба 2 с допом 2
This commit is contained in:
parent
378bceea9b
commit
e5b98208f6
@ -190,7 +190,7 @@ public class DrawningDozer
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="direction">Направлениие</param>
|
/// <param name="direction">Направлениие</param>
|
||||||
/// <returns>true - перемещениие выполнено, false - перемещение невозможно</returns>
|
/// <returns>true - перемещениие выполнено, false - перемещение невозможно</returns>
|
||||||
public bool MoveTransport(DirectionType direction)
|
public virtual bool MoveTransport(DirectionType direction)
|
||||||
{
|
{
|
||||||
if (EntityDozer == null || !_startPosX.HasValue || !_startPosY.HasValue)
|
if (EntityDozer == null || !_startPosX.HasValue || !_startPosY.HasValue)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user