Something went wrong. Try again.
the game where you go into mines and start crafting! but for consoles (forked directly from smartcmd's github)
Something went wrong. Try again.
202 B · 9 lines
C
at master
123456789#pragma once#include "Layer.h"
class AddSnowLayer : public Layer{public: AddSnowLayer(__int64 seedMixup, shared_ptr<Layer> parent); virtual intArray getArea(int xo, int yo, int w, int h);};