1
0
mirror of https://github.com/Mojang/bedrock-protocol-docs.git synced 2025-06-17 07:18:37 +00:00
Files
bedrock-protocol-docs/dot/mce__Color.dot
Oswaldo Leyva Barrientos 5a86bb3b72 Protocol for r/21_u8 NetworkProtocolVersion 800 (#20)
* Protocol for r/21_u8 NetworkProtocolVersion 800

* Removed irrelevant SVGs from PR
2025-05-21 13:44:00 -07:00

13 lines
476 B
Plaintext

digraph "mce::Color" {
rankdir = LR
121
121 -> 122
122 -> 123
121 [label="mce::Color",comment="name: \"mce::Color\", typeName: \"\", id: 121, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
122 [label="Color",comment="name: \"Color\", typeName: \"\", id: 122, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
123 [label="int",comment="name: \"int\", typeName: \"\", id: 123, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
{ rank = max;123}
}