ISEbd11 MosevninAM LabWork02 Simple #2

Closed
Aleks_andr435 wants to merge 3 commits from LabWork02 into Lab01Work1
Showing only changes of commit bbcc1006ae - Show all commits

View File

@ -30,7 +30,7 @@ public class Moveableplane : IMoveableObjects
return _drawningplane.MoveTransport(GetDirectionType(direction));
}
/// <summary>
/// Конвертация из MovementDirection в DirectionType
/// Конвертация из MovementDirection в DirectionType0
/// </summary>
/// <param name="direction">MovementDirection</param>
/// <returns>DirectionType</returns>