aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.World/DesertWellFeature.h
blob: 380a35e3607f27fc88f0d74dde8c547247763458 (plain)
1
2
3
4
5
6
7
8
9
#pragma once

#include "Feature.h"

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