Skip to content

Commit

Permalink
sup again
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Hill committed Mar 30, 2017
1 parent 0a2ab88 commit f7c3fce
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion src/model/GameBoard.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public class GameBoard
private static Tile t2 = new DoodadTile("Doodad", 1);
private static Tile t3 = new DealTile("Deal", 2);
private static Tile t4 = new CharityTile("Charity", 3);



public GameBoard()
Expand Down
5 changes: 0 additions & 5 deletions src/model/Player.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@ public boolean hasWon() {
return _winner;
}

//needs to roll dice
public void pickCard() {

}

public FinancialStatement getFinancialStatement()
{
return _fs;
Expand Down

0 comments on commit f7c3fce

Please sign in to comment.