Files
GabsPuNs-Project_Zenith_Main/Minecraft.World/DesertWellFeature.h
2026-05-14 19:16:33 -04:00

9 lines
153 B
C++

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