Tsukanova I.V. Lab work 1 #1

Merged
eegov merged 9 commits from LabWork1 into master 2022-10-07 09:27:36 +04:00
Showing only changes of commit 9671af356a - Show all commits

View File

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