1
0
mirror of https://github.com/Mojang/bedrock-protocol-docs.git synced 2025-07-19 15:31:47 +00:00
Files
bedrock-protocol-docs/dot/NetworkPermissions.dot
Oswaldo Leyva Barrientos 11ff951378 Protocol version 671 for r/20_u8
2024-04-25 11:47:36 -07:00

13 lines
536 B
Plaintext

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