Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
todo
  • Loading branch information
afortuna2016 committed Apr 7, 2017
1 parent 8f7a4a7 commit 4260e1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Binary file modified bin/model/CharityTile.class
Binary file not shown.
3 changes: 2 additions & 1 deletion src/model/CharityTile.java
Expand Up @@ -12,7 +12,8 @@ public class CharityTile extends Tile
@Override
public void getLandedOn(Player p)
{

//call view method
// TODO

if (p.donateCharity())
{
Expand Down

0 comments on commit 4260e1a

Please sign in to comment.