Skip to content

Commit

Permalink
Board
Browse files Browse the repository at this point in the history
  • Loading branch information
DereC4 committed Nov 13, 2019
1 parent c5e0948 commit 4c146a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 7wonders/src/Board.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
public class Board
{
private int currentAge;
private boolean onWards; // direction of rotation
private boolean onWards; //direction
private int currentPlayer;
private ArrayList < Player > playerList;
private Deck deck; // Deck class not made yet
private Deck deck;
private int Age1CardQuantity;
private int Age2CardQuantity;
private int Age3CardQuantity;
Expand Down

0 comments on commit 4c146a9

Please sign in to comment.