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