PIbd-21 Belianin N.N. LabWork03 Hard #4
@ -5,6 +5,7 @@ public class EntityTank extends EntityArmoVehicle {
|
||||
public boolean BodyKit;
|
||||
public boolean Caterpillar;
|
||||
public 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);
|
||||
AdditionalColor = additionalColor;
|
||||
|
Loading…
Reference in New Issue
Block a user