1
0
mirror of https://github.com/Mojang/bedrock-protocol-docs.git synced 2025-02-23 18:35:31 +00:00
bedrock-protocol-docs/dot/ScoreboardId.dot
Oswaldo Leyva Barrientos 933599d224 Protocol version 622 for r/20_u7
2024-02-15 15:10:22 -08:00

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}
}