add empty PlayerTile
This commit is contained in:
parent
e3e472f30b
commit
243864a621
2 changed files with 8 additions and 2 deletions
8
src/globalgamejam/tiles/PlayerTile.java
Normal file
8
src/globalgamejam/tiles/PlayerTile.java
Normal file
|
@ -0,0 +1,8 @@
|
|||
package globalgamejam.tiles;
|
||||
|
||||
public class PlayerTile extends Tile {
|
||||
|
||||
public PlayerTile(){
|
||||
super();
|
||||
}
|
||||
}
|
Reference in a new issue