PIbd-21 Kryukov A.I Lab 1 Base #8

Closed
SooNooClose wants to merge 15 commits from lab_1 into main
Showing only changes of commit 5977a7ae6b - Show all commits

View File

@ -31,11 +31,11 @@ namespace ProjectExcavator
/// <summary>
/// Ширина прорисовки экскаватора
/// </summary>
private readonly int _excavatorWidth = 135;
protected readonly int _excavatorWidth = 135;
/// <summary>
/// Высота прорисовки экскаватора
/// </summary>
private readonly int _excavatorHeight = 80;
protected readonly int _excavatorHeight = 80;
/// <summary>
/// Инициализация свойств
/// </summary>