Files
MinecraftConsoles/Minecraft.World/SwampRiversLayer.h

11 lines
193 B
C
Raw Normal View History

2026-03-01 12:16:08 +08:00
#pragma once
#include "Layer.h"
class SwampRiversLayer : public Layer
{
public:
SwampRiversLayer(__int64 seed, shared_ptr<Layer> parent);
2026-03-01 12:16:08 +08:00
intArray getArea(int xo, int yo, int w, int h);
};