Замена в комментариях автомобиля на самолет

This commit is contained in:
Данияр Аглиуллов 2022-09-23 12:05:15 +04:00
parent a02a602dce
commit d5d6d4ecb2

View File

@ -12,11 +12,11 @@
public IAirplaneEngines? DrawningEngines { get; private set; } public IAirplaneEngines? DrawningEngines { get; private set; }
/// <summary> /// <summary>
/// Левая координата отрисовки автомобиля /// Левая координата отрисовки самолета
/// </summary> /// </summary>
protected float _startPosX; protected float _startPosX;
/// <summary> /// <summary>
/// Верхняя кооридната отрисовки автомобиля /// Верхняя кооридната отрисовки самолета
/// </summary> /// </summary>
protected float _startPosY; protected float _startPosY;
/// <summary> /// <summary>
@ -28,11 +28,11 @@
/// </summary> /// </summary>
protected int? _pictureHeight = null; protected int? _pictureHeight = null;
/// <summary> /// <summary>
/// Ширина отрисовки автомобиля /// Ширина отрисовки самолета
/// </summary> /// </summary>
protected readonly int _airplaneWidth = 90; protected readonly int _airplaneWidth = 90;
/// <summary> /// <summary>
/// Высота отрисовки автомобиля /// Высота отрисовки самолета
/// </summary> /// </summary>
protected readonly int _airplaneHeight = 105; protected readonly int _airplaneHeight = 105;
/// <summary> /// <summary>