1
0
mirror of https://github.com/Mojang/bedrock-protocol-docs.git synced 2025-09-19 17:29:55 +00:00
Files
bedrock-protocol-docs/dot/unsigned_int64.dot
2025-07-08 11:52:36 -07:00

13 lines
510 B
Plaintext

digraph "unsigned int64" {
rankdir = LR
8
8 -> 9
9 -> 10
8 [label="unsigned int64",comment="name: \"unsigned int64\", typeName: \"\", id: 8, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
9 [label="Unsigned Int 64",comment="name: \"Unsigned Int 64\", typeName: \"\", id: 9, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
10 [label="unsigned int64",comment="name: \"unsigned int64\", typeName: \"\", id: 10, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
{ rank = max;10}
}