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.
441 B · 18 lines
C
at main
123456789101112131415161718#pragma onceusing namespace std;
class ClientConstants{
// This file holds global constants used by the client. // The file should be replaced at compile-time with the // proper settings for the given compilation. For example, // release builds should replace this file with no-cheat // settings.
// INTERNAL DEVELOPMENT SETTINGSpublic: static const wstring VERSION_STRING;
static const bool DEADMAU5_CAMERA_CHEATS = false;};