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