Готовая Лабораторная 4
This commit is contained in:
parent
7b52960b7e
commit
53eb16ffd5
@ -15,6 +15,6 @@ public class EntityArmoVehicle {
|
||||
Weight = weight;
|
||||
BodyColor = bodyColor;
|
||||
numWheel = _numWheel;
|
||||
Step = (double) Speed * 300 / Weight;
|
||||
Step = (double) Speed * 200 / Weight;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user