Files
LegacyMultiplayerProject/Minecraft.World/ReedsFeature.h
DrPerkyLegit 5b19646cc6 init
2026-06-23 01:27:12 -04:00

9 lines
180 B
C++

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