Изменил(а) на 'WarmlyShip/src/Entities/EntityWarmlyShip.java'

This commit is contained in:
Ilyas 2024-04-04 18:55:15 +04:00
parent 695e8b8977
commit 01e77b8073

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)