Готовая Лабораторная 4

This commit is contained in:
Никита Белянин 2023-11-13 01:15:17 +04:00
parent 7b52960b7e
commit 53eb16ffd5

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;
}
}