mirror of
https://github.com/Mojang/bedrock-protocol-docs.git
synced 2024-11-27 05:09:01 +00:00
13 lines
514 B
Plaintext
13 lines
514 B
Plaintext
digraph "ActorRuntimeID" {
|
|
rankdir = LR
|
|
7
|
|
7 -> 8
|
|
8 -> 9
|
|
|
|
7 [label="ActorRuntimeID",comment="name: \"ActorRuntimeID\", typeName: \"\", id: 7, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
|
|
8 [label="Actor Runtime ID",comment="name: \"Actor Runtime ID\", typeName: \"\", id: 8, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
|
|
9 [label="unsigned varint64",comment="name: \"unsigned varint64\", typeName: \"\", id: 9, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
|
|
{ rank = max;9}
|
|
|
|
}
|