remove isPlaced field

This commit is contained in:
Luca Conte 2024-12-15 12:54:36 +01:00
parent 256d769ccf
commit d1dbcfe603
1 changed files with 0 additions and 1 deletions

View File

@ -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() {