Files
rojo/docs/images/sync-example-json-model.gv
Lucien Greathouse dd2a730b4a Update documentation
2019-01-28 15:16:42 -08:00

17 lines
317 B
Plaintext

digraph "Sync Files" {
graph [
ranksep = "0.7",
nodesep = "0.5",
];
node [
fontname = "monospace",
shape = "record",
];
model [label = "My Cool Model (Folder)"]
root_part [label = "RootPart (Part)"]
send_money [label = "SendMoney (RemoteEvent)"]
model -> root_part
model -> send_money
}