mirror of
https://github.com/Mojang/bedrock-protocol-docs.git
synced 2024-11-23 13:56:11 +00:00
13 lines
548 B
Plaintext
13 lines
548 B
Plaintext
digraph "NetworkPermissions" {
|
|
rankdir = LR
|
|
205
|
|
205 -> 206
|
|
206 -> 207
|
|
|
|
205 [label="NetworkPermissions",comment="name: \"NetworkPermissions\", typeName: \"\", id: 205, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
|
|
206 [label="serverAuthSoundEnabled",comment="name: \"serverAuthSoundEnabled\", typeName: \"\", id: 206, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
|
|
207 [label="bool",comment="name: \"bool\", typeName: \"\", id: 207, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
|
|
{ rank = max;207}
|
|
|
|
}
|