ПИбд-23 Тихоненков А.Е. Лабораторная №5 #13

Closed
YourDax wants to merge 4 commits from Lab5 into Lab4
Showing only changes of commit c63daba830 - Show all commits

View File

@ -27,7 +27,7 @@ namespace AntiAircraftGun.DrawingObjects
AntiAirСraftGun = new EntityAntiAirCraftGun(speed, weight, bodyColor, additionalColor);
}
public BaseDrawingAntiAirCraftGun(int speed, double weight, Color bodyColor, Color additionalColor, int width, int height, int carWidth, int carHeight)
protected BaseDrawingAntiAirCraftGun(int speed, double weight, Color bodyColor, Color additionalColor, int width, int height, int carWidth, int carHeight)
{
_pictureWidth = width;
_pictureHeight = height;