Исправления

This commit is contained in:
prodigygirl 2022-10-22 20:46:18 +04:00
parent a201dbeeb1
commit 34fcedd0b7

View File

@ -18,23 +18,11 @@ public class EntityArmoredCar {
return speed;
}
public void setSpeed(int speed) {
this.speed = speed;
}
public float getWeight() {
return weight;
}
public void setWeight(float weight) {
this.weight = weight;
}
public Color getBodyColor() {
return bodyColor;
}
public void setBodyColor(Color bodyColor) {
this.bodyColor = bodyColor;
}
}