lucasjoshua #14

Merged
lgc merged 13 commits from lucasjoshua into main 2024-12-15 13:27:15 +00:00
1 changed files with 0 additions and 1 deletions
Showing only changes of commit d1dbcfe603 - Show all commits

View File

@ -59,7 +59,6 @@ public class Ship {
this.position = null;
this.hitsOnMe = 0;
this.sunk = false;
this.isPlaced = false;
}
public void resetPosition() {