1
0
mirror of https://github.com/Mojang/bedrock-protocol-docs.git synced 2025-07-09 06:18:53 +00:00
Files
bedrock-protocol-docs/dot/NetworkPermissions.dot
2024-05-07 11:04:54 -07:00

13 lines
543 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}
}