the game where you go into mines and start crafting! but for consoles (forked directly from smartcmd's github)
at master 9 lines 222 B view raw
1#pragma once 2#include "Layer.h" 3 4class AddMushroomIslandLayer : public Layer 5{ 6public: 7 AddMushroomIslandLayer(__int64 seedMixup, shared_ptr<Layer> parent); 8 virtual intArray getArea(int xo, int yo, int w, int h); 9};