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.
185 B · 10 lines
C
at main
12345678910#pragma onceusing namespace std;// 4J Stu - Not updated to 1.8.2 as we don't use thisclass KeyMapping{public: wstring name; int key; KeyMapping(const wstring& name, int key);};