Удалил лишнее
This commit is contained in:
parent
736247db82
commit
a813a4a6cc
@ -4,13 +4,7 @@ import java.awt.*;
|
||||
|
||||
public class EntityBulldozer {
|
||||
private int Speed;
|
||||
public int getSpeed(){
|
||||
return Speed;
|
||||
}
|
||||
private double Weight;
|
||||
public double getWeight() {
|
||||
return Weight;
|
||||
}
|
||||
private Color BodyColor;
|
||||
|
||||
public Color getBodyColor() {
|
||||
|
Loading…
Reference in New Issue
Block a user