4jcraft/Minecraft.World/WorldGen/Layers/DownfallLayer.h
2026-03-13 17:06:56 -05:00

9 lines
183 B
C++

#pragma once
#include "Layer.h"
class DownfallLayer : public Layer {
public:
DownfallLayer(std::shared_ptr<Layer> parent);
intArray getArea(int xo, int yo, int w, int h);
};