Skip to content

Commit d79b108

Browse files
authored
update submodule (#13)
* update * Update package.json
1 parent da87acd commit d79b108

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

example_protocol.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,13 @@
2323
{
2424
"countType": "varint"
2525
}
26+
],
27+
"string2": [
28+
"pstring",
29+
{
30+
"encoding": "utf-16",
31+
"countType": "i16"
32+
}
2633
]
2734
},
2835
"status": {
@@ -140,7 +147,7 @@
140147
},
141148
{
142149
"name": "username",
143-
"type": "string"
150+
"type": "string2"
144151
}
145152
]
146153
],

0 commit comments

Comments
 (0)