Update Network.CMD_PROPSET

Wirlaburla 2023-09-30 16:03:39 -04:00
parent 341e4e9b88
commit 0348685722

@ -1,8 +1,8 @@
| Name | Type | Required | Description |
| ---- | ---- | :------: | :---------- |
| Length | Byte | ✗ | |
| ObjID | [ObjectID](Network.ObjectID) | ✗ | The ID the properties are for. |
| ObjID | [ObjectID](Network.ObjectID) | ✗ | The object the properties are for. |
| Type | Byte | ✗ | `0x0F (15)` |
| - | - | - | - |
| From | String | ✗ | The user the command is from. |
| Properties | [PropertyList](Network.PropertyList) | ✗ | Properties to set. |
| Properties | [PropertyList](Network.PropertyList) | ✗ | Properties to set on object. |