Skip to content

Commit

Permalink
housekeeping
Browse files Browse the repository at this point in the history
  • Loading branch information
ggeorgovassilis committed Sep 27, 2024
1 parent 2bc9139 commit b883d42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/superstartrek/client/space/Quadrant.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@

public class Quadrant{

protected final String name;
private final String name;
public final int x;
public final int y;
protected boolean explored;
private boolean explored;
private List<Star> stars = new ArrayList<>();
private StarBase starBase;
private List<Klingon> klingons = new ArrayList<>();
Expand Down

0 comments on commit b883d42

Please sign in to comment.