diff options
Diffstat (limited to 'docs/worldserver-protocol/packet-information.md')
| -rw-r--r-- | docs/worldserver-protocol/packet-information.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/worldserver-protocol/packet-information.md b/docs/worldserver-protocol/packet-information.md new file mode 100644 index 0000000..f3a3493 --- /dev/null +++ b/docs/worldserver-protocol/packet-information.md @@ -0,0 +1,11 @@ +--- +title: Packet Information +--- + +## External Resources +- https://github.com/Xyem/LibreWorlds/wiki/Packet-structure +- https://github.com/Xyem/LibreWorlds/wiki/Packet-types + + +## Internal Resources +A good majority of [NET.worlds.network](../worlds-jar/net-worlds/network/netpacket). |