the game where you go into mines and start crafting! but for consoles (forked directly from smartcmd's github)
at master 8 lines 118 B view raw
1#pragma once 2using namespace std; 3 4class DescFormatter 5{ 6public: 7 virtual wstring format(const wstring& i18nValue); 8};