LabWork02 #3

Closed
Inohara wants to merge 9 commits from LabWork02 into LabWork1
4 changed files with 0 additions and 6 deletions
Showing only changes of commit c3b6d7169e - Show all commits

View File

@ -38,7 +38,6 @@ namespace AircraftCarrier
}
(float Left, float Right, float Top, float Bottom) = _drawingObject.GetCurrentPosition();
if (Check(Left, Right, Top, Bottom) != 0)
{
_drawingObject.MoveObject(GetOpositDirection(direction));

View File

@ -207,6 +207,5 @@ namespace AircraftCarrier
{
return (_startPosX, _startPosY, _startPosX + _warshipWidth, _startPosY + _warshipHeight);
}
}
}

View File

@ -40,7 +40,5 @@ namespace AircraftCarrier
Weight = weight <= 0 ? rnd.Next(40, 70) : weight;
BodyColor = bodyColor;
}
}
}

View File

@ -59,7 +59,5 @@ namespace AircraftCarrier
counter++;
}
}
}
}