Изменил(а) на 'WarmlyShip/src/Entities/EntityShip.java'
This commit is contained in:
parent
e021aac7e7
commit
695e8b8977
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user