Лаба 2, которая типа полностью готова.
This commit is contained in:
parent
a05c70a7e3
commit
fce511c852
@ -188,7 +188,7 @@ public class DrawningDozer
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="direction">Направлениие</param>
|
/// <param name="direction">Направлениие</param>
|
||||||
/// <returns>true - перемещениие выполнено, false - перемещение невозможно</returns>
|
/// <returns>true - перемещениие выполнено, false - перемещение невозможно</returns>
|
||||||
public virtual bool MoveTransport(DirectionType direction)
|
public 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