mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/LegacyNetherFork.git
synced 2026-06-08 14:15:11 +00:00
6 lines
125 B
C++
6 lines
125 B
C++
#include "stdafx.h"
|
|
#include "NetherPlanks.h"
|
|
|
|
NetherPlanksTile::NetherPlanksTile(int id) : Tile(id, Material::wood)
|
|
{
|
|
} |