Skip to content

Commit

Permalink
update submodule (#13)
Browse files Browse the repository at this point in the history
* update

* Update package.json
  • Loading branch information
extremeheat authored Dec 8, 2024
1 parent da87acd commit d79b108
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion example_protocol.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@
{
"countType": "varint"
}
],
"string2": [
"pstring",
{
"encoding": "utf-16",
"countType": "i16"
}
]
},
"status": {
Expand Down Expand Up @@ -140,7 +147,7 @@
},
{
"name": "username",
"type": "string"
"type": "string2"
}
]
],
Expand Down

0 comments on commit d79b108

Please sign in to comment.