1
0
mirror of https://github.com/Mojang/bedrock-protocol-docs.git synced 2024-11-27 05:09:01 +00:00
bedrock-protocol-docs/dot/ActorRuntimeID.dot
2024-02-15 15:10:22 -08:00

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}
}