mirror of
https://github.com/Mojang/bedrock-protocol-docs.git
synced 2025-07-19 15:31:47 +00:00
13 lines
536 B
Plaintext
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}
|
|
|
|
}
|