#include "stdafx.h" #include "NetherrackTile.h" NetherrackTile::NetherrackTile(int id) : Tile(id, Material::stone) { }