mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-04-24 02:33:37 +00:00
8 lines
154 B
C++
8 lines
154 B
C++
#pragma once
|
|
|
|
class Redstone {
|
|
public:
|
|
static const int SIGNAL_NONE = 0;
|
|
static const int SIGNAL_MIN = 0;
|
|
static const int SIGNAL_MAX = 15;
|
|
}; |