1
0
mirror of https://github.com/Mojang/bedrock-protocol-docs.git synced 2025-02-23 20:56:46 +00:00
bedrock-protocol-docs/dot/CameraInstructionPacket.dot
2025-01-14 10:52:29 -08:00

13 lines
574 B
Plaintext

digraph "CameraInstructionPacket" {
rankdir = LR
0
0 -> 1
1 -> 140
0 [label="CameraInstructionPacket",comment="name: \"CameraInstructionPacket\", typeName: \"\", id: 0, branchId: 300, recurseId: -1, attributes: 0, notes: \"\""];
1 [label="Camera Instruction",comment="name: \"Camera Instruction\", typeName: \"CameraInstruction\", id: 1, branchId: 0, recurseId: -1, attributes: 256, notes: \"\""];
140 [label="CameraInstruction",comment="name: \"CameraInstruction\", typeName: \"\", id: 140, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
{ rank = max;140}
}