PIbd-21 Belianin N.N. LabWork04 Hard #5

Closed
Belnik wants to merge 12 commits from LabWork04 into LabWork03
Showing only changes of commit 53eb16ffd5 - Show all commits

View File

@ -15,6 +15,6 @@ public class EntityArmoVehicle {
Weight = weight;
BodyColor = bodyColor;
numWheel = _numWheel;
Step = (double) Speed * 300 / Weight;
Step = (double) Speed * 200 / Weight;
}
}