Files
DrPerkyLegit-LCEServerTest/Minecraft.World/AddMushroomIslandLayer.h
2026-05-16 11:30:28 -04:00

9 lines
222 B
C++

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