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.
157 B · 9 lines
C
at master
123456789#pragma once
class Control{public: static const int MoveControlFlag = 1; static const int LookControlFlag = 2; static const int JumpControlFlag = 4;};