Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Just trying to pull
  • Loading branch information
Joe Hill committed Apr 7, 2017
1 parent 5cacacf commit 6be43b9
Show file tree
Hide file tree
Showing 10 changed files with 7 additions and 4 deletions.
6 changes: 6 additions & 0 deletions .project
Expand Up @@ -10,8 +10,14 @@
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>net.sourceforge.metrics.builder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>net.sourceforge.metrics.nature</nature>
</natures>
</projectDescription>
Binary file modified bin/model/CardStack.class
Binary file not shown.
Binary file modified bin/model/CharityTile.class
Binary file not shown.
Binary file modified bin/model/ChildTile.class
Binary file not shown.
Binary file modified bin/model/DealTile.class
Binary file not shown.
Binary file modified bin/model/DoodadTile.class
Binary file not shown.
Binary file modified bin/model/FinancialStatement.class
Binary file not shown.
Binary file modified bin/model/Player.class
Binary file not shown.
Binary file modified bin/model/Tile.class
Binary file not shown.
5 changes: 1 addition & 4 deletions src/model/Tile.java
Expand Up @@ -24,10 +24,7 @@ public class Tile
return _name;
}

public void getLandedOn(Player p)
{

}
public void getLandedOn(Player p) {}

public void addPlayers(Player... players)
{
Expand Down

0 comments on commit 6be43b9

Please sign in to comment.