mirror of
https://github.com/Mojang/bedrock-protocol-docs.git
synced 2025-05-03 12:31:45 +00:00
* Protocol for r/21_u7 Network Protocol Version 785 * Update changelog with bullets and enum changes section * Update README --------- Co-authored-by: Yash Shroff <yshroff@microsoft.com> Co-authored-by: Yash Shroff <yashshroff@Yashs-MBP.local>
13 lines
458 B
Plaintext
13 lines
458 B
Plaintext
digraph "bool" {
|
|
rankdir = LR
|
|
36
|
|
36 -> 37
|
|
37 -> 38
|
|
|
|
36 [label="bool",comment="name: \"bool\", typeName: \"\", id: 36, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
|
|
37 [label="Bool",comment="name: \"Bool\", typeName: \"\", id: 37, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
|
|
38 [label="bool",comment="name: \"bool\", typeName: \"\", id: 38, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
|
|
{ rank = max;38}
|
|
|
|
}
|