PIbd-11 Valiulov I.A. LabWork03 Hard #3

Closed
Ilyas wants to merge 4 commits from LabWork03 into LabWork02
Showing only changes of commit 01e77b8073 - Show all commits

View File

@ -5,7 +5,6 @@ public class EntityWarmlyShip extends EntityShip{
public Color AdditionalColor;
public Color getAdditionalColor() {return AdditionalColor;}
public boolean ShipPipes;
public boolean getShipPipes() {return ShipPipes;}
public boolean FuelTank;
public boolean getFuelTank() {return FuelTank;}
public EntityWarmlyShip(int speed, double weight, Color bodyColor, Color additionalcolor, boolean sheeppipes, boolean fueltank)