Skip to content

Commit

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

public class PaydayTile extends Tile {

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

}

0 comments on commit a57ab5e

Please sign in to comment.