LCEMP/Minecraft.World/PineFeature.h

9 lines
158 B
C++

#pragma once
#include "Feature.h"
class PineFeature : public Feature
{
public:
virtual bool place(Level *level, Random *random, int x, int y, int z);
};