Skip to content

Commit

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

public class MarketTile extends Tile {

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

}

0 comments on commit cd90dde

Please sign in to comment.