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