the game where you go into mines and start crafting! but for consoles (forked directly from smartcmd's github)
at main 8 lines 99 B view raw
1#pragma once 2#include "Biome.h" 3 4class HellBiome : public Biome 5{ 6public: 7 HellBiome(int id); 8};