Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Create CharityTile
  • Loading branch information
jjv14001 committed Mar 24, 2017
1 parent d5abed0 commit 8a38044
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/model/CharityTile
@@ -0,0 +1,10 @@
package model;

public class CharityTile extends Tile {

public CharityTile(String type) {
super(type);
// TODO Auto-generated constructor stub
}

}

0 comments on commit 8a38044

Please sign in to comment.