for pull rq

This commit is contained in:
Калышев Ян 2022-11-07 11:00:53 +04:00
parent aa2ee20a5b
commit df9723e9c7

View File

@ -19,5 +19,6 @@ namespace PIbd_22_Kalyshev_Y_V_MotorBoat_Base
Weight = weight <= 0 ? rnd.Next(30, 100) : weight;
BodyColor = bodyColor;
}
}
}