mirror of
https://github.com/Mojang/bedrock-protocol-docs.git
synced 2024-11-23 13:56:11 +00:00
13 lines
583 B
Plaintext
13 lines
583 B
Plaintext
digraph "AutomationClientConnectPacket" {
|
|
rankdir = LR
|
|
0
|
|
0 -> 1
|
|
1 -> 5
|
|
|
|
0 [label="AutomationClientConnectPacket",comment="name: \"AutomationClientConnectPacket\", typeName: \"\", id: 0, branchId: 95, recurseId: -1, attributes: 0, notes: \"\""];
|
|
1 [label="Web Socket Data",comment="name: \"Web Socket Data\", typeName: \"WebSocketPacketData\", id: 1, branchId: 0, recurseId: -1, attributes: 256, notes: \"\""];
|
|
5 [label="WebSocketPacketData",comment="name: \"WebSocketPacketData\", typeName: \"\", id: 5, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
|
|
{ rank = max;5}
|
|
|
|
}
|