mirror of
https://github.com/Mojang/bedrock-protocol-docs.git
synced 2024-11-23 13:56:11 +00:00
13 lines
515 B
Plaintext
13 lines
515 B
Plaintext
digraph "WebSocketPacketData" {
|
|
rankdir = LR
|
|
2
|
|
2 -> 3
|
|
3 -> 4
|
|
|
|
2 [label="WebSocketPacketData",comment="name: \"WebSocketPacketData\", typeName: \"\", id: 2, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
|
|
3 [label="Websocket Server URI",comment="name: \"Websocket Server URI\", typeName: \"\", id: 3, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
|
|
4 [label="string",comment="name: \"string\", typeName: \"\", id: 4, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
|
|
{ rank = max;4}
|
|
|
|
}
|