mirror of
https://github.com/Mojang/bedrock-protocol-docs.git
synced 2024-11-27 06:19:01 +00:00
13 lines
466 B
Plaintext
13 lines
466 B
Plaintext
digraph "ScoreboardId" {
|
|
rankdir = LR
|
|
8
|
|
8 -> 9
|
|
9 -> 10
|
|
|
|
8 [label="ScoreboardId",comment="name: \"ScoreboardId\", typeName: \"\", id: 8, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
|
|
9 [label="Id",comment="name: \"Id\", typeName: \"\", id: 9, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
|
|
10 [label="varint64",comment="name: \"varint64\", typeName: \"\", id: 10, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
|
|
{ rank = max;10}
|
|
|
|
}
|