mirror of
https://github.com/Mojang/bedrock-protocol-docs.git
synced 2025-06-22 05:44:16 +00:00
13 lines
543 B
Plaintext
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}
|
|
|
|
}
|