public GroundTile()
 {
     mesh = new FloorTileMeshType();
 }
 public WallTile()
 {
     mesh = new WallTileMeshType();
 }