diff options
Diffstat (limited to 'mcproto/status/ids.ha')
-rw-r--r-- | mcproto/status/ids.ha | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mcproto/status/ids.ha b/mcproto/status/ids.ha new file mode 100644 index 0000000..89d6bb4 --- /dev/null +++ b/mcproto/status/ids.ha @@ -0,0 +1,5 @@ +export def SB_REQUEST: i32 = 0x00; +export def SB_PING: i32 = 0x01; + +export def CB_RESPONSE: i32 = 0x00; +export def CB_PONG: i32 = 0x01; |