the game where you go into mines and start crafting! but for consoles (forked directly from smartcmd's github)
at main 8 lines 130 B view raw
1#include "stdafx.h" 2#include "GuiMessage.h" 3 4GuiMessage::GuiMessage(const wstring& string) 5{ 6 this->string = string; 7 ticks = 0; 8}