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.
151 B · 6 lines
C++
at master
123456#include "stdafx.h"#include "LevelConflictException.h"
LevelConflictException::LevelConflictException(const wstring& msg) : RuntimeException(msg){}