aboutsummaryrefslogtreecommitdiff
path: root/src/protocol
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-03-18 18:54:41 -0700
committerFuwn <[email protected]>2021-03-18 18:54:41 -0700
commitbc59a4b91b4f457f30356f31ad1a636774411470 (patch)
treeec44109b9c72590e85d8d27750fe9cf6fa0de9b6 /src/protocol
parentchore: create contribution guidelines (diff)
downloadbook-bc59a4b91b4f457f30356f31ad1a636774411470.tar.xz
book-bc59a4b91b4f457f30356f31ad1a636774411470.zip
feat: many new pages
Diffstat (limited to 'src/protocol')
-rw-r--r--src/protocol/constants.md2
-rw-r--r--src/protocol/packet.md9
2 files changed, 11 insertions, 0 deletions
diff --git a/src/protocol/constants.md b/src/protocol/constants.md
new file mode 100644
index 0000000..97cb285
--- /dev/null
+++ b/src/protocol/constants.md
@@ -0,0 +1,2 @@
+# Network Constants
+Refer to [netConst](../jar/net/network/net_const.md). \ No newline at end of file
diff --git a/src/protocol/packet.md b/src/protocol/packet.md
new file mode 100644
index 0000000..20add95
--- /dev/null
+++ b/src/protocol/packet.md
@@ -0,0 +1,9 @@
+# Packet Information
+Information about how Worlds send and handles packets.
+
+## External Resources
+- [https://github.com/Xyem/LibreWorlds/wiki/Packet-types](https://github.com/Xyem/LibreWorlds/wiki/Packet-types)
+- [https://github.com/Xyem/LibreWorlds/wiki/Packet-structure](https://github.com/Xyem/LibreWorlds/wiki/Packet-types)
+
+## References
+Most of [NET.worlds.network]().