mirror of
https://github.com/Mojang/bedrock-protocol-docs.git
synced 2025-02-06 15:49:47 +00:00
3187c2b126
* Protocol for r/21_u5 NetworkProtocolVersion 766 * Fixed README
13 lines
510 B
Plaintext
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}
|
|
|
|
}
|