1
0
mirror of https://github.com/Mojang/bedrock-protocol-docs.git synced 2025-06-19 05:47:57 +00:00
Files
bedrock-protocol-docs/dot/MolangVariableMap.dot
Oswaldo Leyva Barrientos 933599d224 Protocol version 622 for r/20_u7
2024-02-15 15:10:22 -08:00

13 lines
527 B
Plaintext

digraph "MolangVariableMap" {
rankdir = LR
14
14 -> 15
15 -> 16
14 [label="MolangVariableMap",comment="name: \"MolangVariableMap\", typeName: \"\", id: 14, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
15 [label="Serialized Variable Map",comment="name: \"Serialized Variable Map\", typeName: \"\", id: 15, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
16 [label="string",comment="name: \"string\", typeName: \"\", id: 16, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
{ rank = max;16}
}