From cffeb16fe74a1bfa0bde57229f7573fb909c145f Mon Sep 17 00:00:00 2001 From: rainote Date: Mon, 13 Nov 2023 11:37:17 +0000 Subject: [PATCH] =?UTF-8?q?Packets/Login=20Info=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Packets%2FLogin-Info.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Packets%2FLogin-Info.md diff --git a/Packets%2FLogin-Info.md b/Packets%2FLogin-Info.md new file mode 100644 index 0000000..b1fcf87 --- /dev/null +++ b/Packets%2FLogin-Info.md @@ -0,0 +1,11 @@ +# Metadata +## Structure + +**Operation Code**: 14 + +| Identifier | Datatype | Size in bytes | +|--------------|-----------|------------| +| Username | String | 20 | +| Password |String |32 | + +**Response Packets**: [Login Response](/Packets/Login Response) \ No newline at end of file