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.
167 B · 8 lines
C++
at main
12345678#include "stdafx.h"#include "ConsoleInput.h"
ConsoleInput::ConsoleInput(const wstring& msg, ConsoleInputSource *source){ this->msg = msg; this->source = source;}