From 50af760cc8748fda7647f9a1254912b96c11e6d5 Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Fri, 29 Sep 2023 19:18:40 -0400 Subject: [PATCH] Add Network.CMD_APPINIT --- Network.CMD_APPINIT.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Network.CMD_APPINIT.md diff --git a/Network.CMD_APPINIT.md b/Network.CMD_APPINIT.md new file mode 100644 index 0000000..8302968 --- /dev/null +++ b/Network.CMD_APPINIT.md @@ -0,0 +1,7 @@ +| Name | Type | Required | Description | +| ---- | ---- | :------: | :---------- | +| Length | Byte | ✗ | | +| ObjID | [ObjectID](Network.ObjectID) | ✗ | | +| Type | Byte | ✗ | `0x08 (8)` | +| - | - | - | - | +| Properties | [OldPropertyList](Network.PropertyList#oldpropertylist) | ✗ | | \ No newline at end of file