This commit is contained in:
Алексей Тихоненков 2023-11-14 02:48:52 +04:00
parent 1377cdaa77
commit c63daba830

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;