mirror of
https://github.com/Mojang/bedrock-protocol-docs.git
synced 2025-06-17 07:18:37 +00:00
13 lines
477 B
Plaintext
13 lines
477 B
Plaintext
digraph "short" {
|
|
rankdir = LR
|
|
6
|
|
6 -> 7
|
|
7 -> 8
|
|
|
|
6 [label="short",comment="name: \"short\", typeName: \"\", id: 6, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
|
|
7 [label="Unsigned Short",comment="name: \"Unsigned Short\", typeName: \"\", id: 7, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
|
|
8 [label="unsigned short",comment="name: \"unsigned short\", typeName: \"\", id: 8, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
|
|
{ rank = max;8}
|
|
|
|
}
|