1#include "stdafx.h" 2#include "NetherrackTile.h" 3 4NetherrackTile::NetherrackTile(int id) : Tile(id, Material::stone) 5{ 6}