From a87cd792cdbf96eb0702586932c8957a3ddc3dfe Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Fri, 29 Sep 2023 16:04:31 -0400 Subject: [PATCH] Add Network.CMD_SESSINIT --- Network.CMD_SESSINIT.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Network.CMD_SESSINIT.md diff --git a/Network.CMD_SESSINIT.md b/Network.CMD_SESSINIT.md new file mode 100644 index 0000000..58a1ed5 --- /dev/null +++ b/Network.CMD_SESSINIT.md @@ -0,0 +1,7 @@ +| Name | Type | Required | Description | +| ---- | ---- | :------: | :---------- | +| Length | Byte | ✗ | | +| ObjID | [ObjectID](Network.ObjectID) | ✗ | Always refers to client. | +| Type | Byte | ✗ | `0x06 (6)` | +| - | - | - | - | +| Properties | [OldPropertyList](Network.PropertyList#oldpropertylist) | ✗ | For properties to authenticate and initialize a login. | \ No newline at end of file