mirror of
https://github.com/Mojang/bedrock-protocol-docs.git
synced 2024-11-23 12:46:13 +00:00
ca7b330f4a
* Protocol for r/21_u4 NetworkProtocolVersion 748 * Addressed feedback from the community
13 lines
538 B
Plaintext
13 lines
538 B
Plaintext
digraph "CameraPresetsPacket" {
|
|
rankdir = LR
|
|
0
|
|
0 -> 1
|
|
1 -> 61
|
|
|
|
0 [label="CameraPresetsPacket",comment="name: \"CameraPresetsPacket\", typeName: \"\", id: 0, branchId: 198, recurseId: -1, attributes: 0, notes: \"\""];
|
|
1 [label="Camera Presets",comment="name: \"Camera Presets\", typeName: \"CameraPresets\", id: 1, branchId: 0, recurseId: -1, attributes: 256, notes: \"\""];
|
|
61 [label="CameraPresets",comment="name: \"CameraPresets\", typeName: \"\", id: 61, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
|
|
{ rank = max;61}
|
|
|
|
}
|