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

This commit is contained in:
Ilyas 2024-04-04 18:54:29 +04:00
parent e021aac7e7
commit 695e8b8977

View File

@ -4,9 +4,7 @@ import java.awt.*;
public class EntityShip { public class EntityShip {
private int Speed; private int Speed;
public int getSpeed() {return Speed;}
private double Weight; private double Weight;
public double getWeight() {return Weight;}
private Color BodyColor; private Color BodyColor;
public Color getBodyColor() {return BodyColor;} public Color getBodyColor() {return BodyColor;}
public double Step; public double Step;