Files
deadvoxelx-HellishEnds/Minecraft.World/NetherPlanks.cpp
2026-03-25 11:12:08 -04:00

6 lines
125 B
C++

#include "stdafx.h"
#include "NetherPlanks.h"
NetherPlanksTile::NetherPlanksTile(int id) : Tile(id, Material::wood)
{
}