1
0
mirror of https://github.com/Mojang/bedrock-protocol-docs.git synced 2025-04-17 06:06:07 +00:00
Files
bedrock-protocol-docs/dot/CameraAimAssist__TargetMode.dot
Oswaldo Leyva Barrientos a27d6bb22a Protocol for r/21_u6 NetworkProtocolVersion 776 (#18)
* Protocol for r/21_u6 NetworkProtocolVersion 776

* Protocol for r/21_u6 NetworkProtocolVersion 776 - Fix README version

* Protocol for r/21_u6 NetworkProtocolVersion 776 - Fix changelog release

* Protocol for r/21_u6 NetworkProtocolVersion 776 - Add NoteBlockInstrument to protocol doc
2025-02-13 19:28:13 -08:00

13 lines
529 B
Plaintext

digraph "CameraAimAssist::TargetMode" {
rankdir = LR
84
84 -> 85
85 -> 86
84 [label="CameraAimAssist::TargetMode",comment="name: \"CameraAimAssist::TargetMode\", typeName: \"\", id: 84, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
85 [label="Target Mode",comment="name: \"Target Mode\", typeName: \"\", id: 85, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
86 [label="byte",comment="name: \"byte\", typeName: \"\", id: 86, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
{ rank = max;86}
}