From ae44478b30d890fe0fb04022f44d474dcdcc3f9d Mon Sep 17 00:00:00 2001 From: Lassi Pulkkinen Date: Thu, 31 Oct 2024 03:11:21 +0200 Subject: Initial commit (import old repo) --- mcproto/status/ids.ha | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 mcproto/status/ids.ha (limited to 'mcproto/status/ids.ha') 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; -- cgit v1.2.3