1
0
mirror of https://github.com/Mojang/bedrock-protocol-docs.git synced 2025-07-22 12:09:51 +00:00
Files
bedrock-protocol-docs/dot/ClientboundControlSchemeSetPacket.dot
2025-04-08 15:04:44 -07:00

13 lines
543 B
Plaintext

digraph "ClientboundControlSchemeSetPacket" {
rankdir = LR
0
0 -> 1
1 -> 2
0 [label="ClientboundControlSchemeSetPacket",comment="name: \"ClientboundControlSchemeSetPacket\", typeName: \"\", id: 0, branchId: 327, recurseId: -1, attributes: 0, notes: \"\""];
1 [label="Control Scheme",comment="name: \"Control Scheme\", typeName: \"\", id: 1, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
2 [label="byte",comment="name: \"byte\", typeName: \"\", id: 2, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
{ rank = max;2}
}