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.
244 B · 11 lines
C
at main
1234567891011#pragma once#include "Feature.h"class Random;
class SwampTreeFeature : public Feature{public: virtual bool place(Level *level, Random *random, int x, int y, int z);private: void addVine(Level *level, int xx, int yy, int zz, int dir);};