1
0
Fork 0
This commit is contained in:
Lucas 2017-01-21 00:24:02 +01:00
commit 780149da46
4 changed files with 166 additions and 8 deletions

View file

@ -1,8 +0,0 @@
package globalgamejam.tiles;
public class PlayerTile extends Tile {
public PlayerTile(){
super();
}
}