aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.World/NetherrackTile.cpp
blob: 8f99fb53a34322145d08196a359f6a613aede948 (plain)
1
2
3
4
5
6
#include "stdafx.h"
#include "NetherrackTile.h"

NetherrackTile::NetherrackTile(int id) : Tile(id, Material::stone)
{
}