mirror of
https://github.com/Mojang/bedrock-protocol-docs.git
synced 2025-01-30 15:01:20 +00:00
3187c2b126
* Protocol for r/21_u5 NetworkProtocolVersion 766 * Fixed README
13 lines
453 B
Plaintext
13 lines
453 B
Plaintext
digraph "int" {
|
|
rankdir = LR
|
|
40
|
|
40 -> 41
|
|
41 -> 42
|
|
|
|
40 [label="int",comment="name: \"int\", typeName: \"\", id: 40, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
|
|
41 [label="Signed Int",comment="name: \"Signed Int\", typeName: \"\", id: 41, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
|
|
42 [label="int",comment="name: \"int\", typeName: \"\", id: 42, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
|
|
{ rank = max;42}
|
|
|
|
}
|