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