1
0
mirror of https://github.com/Mojang/bedrock-protocol-docs.git synced 2025-04-17 06:06:07 +00:00
Files
bedrock-protocol-docs/dot/std__bitset_123_.dot
Oswaldo Leyva Barrientos 6c67a709ec Protocol for 21_u7 NetworkProtocolVersion 785 (#19)
* 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>
2025-04-07 14:12:10 -07:00

13 lines
486 B
Plaintext

digraph "std::bitset<123>" {
rankdir = LR
4
4 -> 5
5 -> 6
4 [label="std::bitset<123>",comment="name: \"std::bitset<123>\", typeName: \"\", id: 4, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
5 [label="Bitset bytes",comment="name: \"Bitset bytes\", typeName: \"\", id: 5, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
6 [label="byte",comment="name: \"byte\", typeName: \"\", id: 6, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
{ rank = max;6}
}