summaryrefslogtreecommitdiff
path: root/mcproto/status/ids.ha
blob: 89d6bb41ee4f0cd8caeacac404f42b3c436ae253 (plain)
1
2
3
4
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;