remove isPlaced field
This commit is contained in:
parent
256d769ccf
commit
d1dbcfe603
|
@ -59,7 +59,6 @@ public class Ship {
|
||||||
this.position = null;
|
this.position = null;
|
||||||
this.hitsOnMe = 0;
|
this.hitsOnMe = 0;
|
||||||
this.sunk = false;
|
this.sunk = false;
|
||||||
this.isPlaced = false;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public void resetPosition() {
|
public void resetPosition() {
|
||||||
|
|
Loading…
Reference in New Issue