1
0
mirror of https://github.com/Mojang/bedrock-protocol-docs.git synced 2025-02-23 23:15:29 +00:00
bedrock-protocol-docs/dot/NetworkPermissions.dot
Oswaldo Leyva Barrientos 933599d224 Protocol version 622 for r/20_u7
2024-02-15 15:10:22 -08:00

13 lines
536 B
Plaintext

digraph "NetworkPermissions" {
rankdir = LR
197
197 -> 198
198 -> 199
197 [label="NetworkPermissions",comment="name: \"NetworkPermissions\", typeName: \"\", id: 197, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
198 [label="serverAuthSoundEnabled",comment="name: \"serverAuthSoundEnabled\", typeName: \"\", id: 198, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
199 [label="bool",comment="name: \"bool\", typeName: \"\", id: 199, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
{ rank = max;199}
}