Полностью готовая

This commit is contained in:
Hells Hound 2022-09-30 19:27:51 +04:00
parent 7e743b4b3b
commit 9671af356a

View File

@ -40,7 +40,5 @@ namespace AircraftCarrier
Weight = weight <= 0 ? rnd.Next(40, 70) : weight;
BodyColor = bodyColor;
}
}
}