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