Skip to content

Commit

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

public class ChildTile extends Tile {

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

}

0 comments on commit d5abed0

Please sign in to comment.