aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.World/CactusFeature.h
blob: 6040289b3d83c16e5841258623373062ad4aaef6 (plain)
1
2
3
4
5
6
7
8
9
#pragma once
#include "Feature.h"


class CactusFeature : public Feature
{
public:
    virtual bool place(Level *level, Random *random, int x, int y, int z);
};