Faucet/Minecraft.World/NetherrackTile.cpp
2026-03-09 16:37:23 +11:00

6 lines
119 B
C++

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