Created
April 13, 2017 13:26
-
-
Save rom1504/f516d6dd80ecacd744baa6d331616fbb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
"mapper", | |
{ | |
"type": "varint", | |
"mappings": { | |
"0x00": "server_info", | |
"0x01": "ping" | |
} | |
} | |
] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
"ordered_mapper", | |
{ | |
"type": "varint", | |
"mappings": [ | |
"server_info", | |
"ping" | |
] | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment