mirror of
https://github.com/Mojang/bedrock-protocol-docs.git
synced 2024-11-27 05:09:01 +00:00
13 lines
547 B
Plaintext
13 lines
547 B
Plaintext
digraph "BaseGameVersion" {
|
|
rankdir = LR
|
|
24
|
|
24 -> 25
|
|
25 -> 26
|
|
|
|
24 [label="BaseGameVersion",comment="name: \"BaseGameVersion\", typeName: \"\", id: 24, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
|
|
25 [label="Base Game Version",comment="name: \"Base Game Version\", typeName: \"\", id: 25, branchId: 0, recurseId: -1, attributes: 0, notes: \"Format: 0.0.0 (i.e. Major.Minor.Patch)\""];
|
|
26 [label="string",comment="name: \"string\", typeName: \"\", id: 26, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
|
|
{ rank = max;26}
|
|
|
|
}
|