diff --git a/Network.CMD_APPRACTR.md b/Network.CMD_APPRACTR.md new file mode 100644 index 0000000..a2eefc5 --- /dev/null +++ b/Network.CMD_APPRACTR.md @@ -0,0 +1,11 @@ +| Name | Type | Required | Description | +| ---- | ---- | :------: | :---------- | +| Length | Byte | ✗ | | +| ObjID | [ObjectID](Network.ObjectID) | ✗ | Refers to the drone appearing. | +| Type | Byte | ✗ | `0x0C (12)` | +| - | - | - | - | +| Room | Short | ✗ | The ID of the room appearing in. | +| Loc X | Short | ✗ | X Position | +| Loc Y | Short | ✗ | Y Position | +| Loc Z | Short | ✗ | Z Position | +| Direction | Short | ✗ | Direction | \ No newline at end of file