1
0
mirror of https://github.com/Mojang/bedrock-protocol-docs.git synced 2025-01-30 15:01:20 +00:00
Oswaldo Leyva Barrientos 3187c2b126 Protocol for r/21_u5 NetworkProtocolVersion 766 (#16)
* Protocol for r/21_u5 NetworkProtocolVersion 766

* Fixed README
2025-01-14 10:49:28 -08:00

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