mirror of
https://github.com/Mojang/bedrock-protocol-docs.git
synced 2025-06-17 16:38:37 +00:00
13 lines
542 B
Plaintext
13 lines
542 B
Plaintext
digraph "CameraPresetsPacket" {
|
|
rankdir = LR
|
|
0
|
|
0 -> 1
|
|
1 -> 101
|
|
|
|
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: \"\""];
|
|
101 [label="CameraPresets",comment="name: \"CameraPresets\", typeName: \"\", id: 101, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
|
|
{ rank = max;101}
|
|
|
|
}
|