the game where you go into mines and start crafting! but for consoles (forked directly from smartcmd's github)
at master 9 lines 145 B view raw
1#pragma once 2 3class Redstone 4{ 5public: 6 static const int SIGNAL_NONE = 0; 7 static const int SIGNAL_MIN = 0; 8 static const int SIGNAL_MAX = 15; 9};