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.
233 B · 14 lines
C
at main
1234567891011121314#pragma onceusing namespace std;
class User{public: static vector<Tile *> allowedTiles; static void staticCtor(); wstring name; wstring sessionId; wstring mpPassword;
User(const wstring& name, const wstring& sessionId);};