Готовая лабораторная 3
This commit is contained in:
parent
f36e6da08d
commit
647d39432c
@ -5,7 +5,6 @@ public class EntityTank extends EntityArmoVehicle {
|
|||||||
public boolean BodyKit;
|
public boolean BodyKit;
|
||||||
public boolean Caterpillar;
|
public boolean Caterpillar;
|
||||||
public boolean Tower;
|
public boolean Tower;
|
||||||
|
|
||||||
public EntityTank(int speed, double weight, Color bodyColor, int _numWheel, Color additionalColor, boolean bodyKit, boolean caterpillar, boolean tower) {
|
public EntityTank(int speed, double weight, Color bodyColor, int _numWheel, Color additionalColor, boolean bodyKit, boolean caterpillar, boolean tower) {
|
||||||
super(speed, weight, bodyColor, _numWheel);
|
super(speed, weight, bodyColor, _numWheel);
|
||||||
AdditionalColor = additionalColor;
|
AdditionalColor = additionalColor;
|
||||||
@ -13,7 +12,4 @@ public class EntityTank extends EntityArmoVehicle {
|
|||||||
Caterpillar = caterpillar;
|
Caterpillar = caterpillar;
|
||||||
Tower = tower;
|
Tower = tower;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user