mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-23 22:25:26 +00:00
24 lines
453 B
Plaintext
24 lines
453 B
Plaintext
---
|
|
source: src/snapshot_middleware/json_model.rs
|
|
expression: instance_snapshot
|
|
---
|
|
snapshot_id: ~
|
|
metadata:
|
|
ignore_unknown_instances: false
|
|
relevant_paths:
|
|
- /foo.model.json
|
|
name: foo
|
|
class_name: IntValue
|
|
properties:
|
|
Value:
|
|
Type: Int32
|
|
Value: 5
|
|
children:
|
|
- snapshot_id: ~
|
|
metadata:
|
|
ignore_unknown_instances: false
|
|
relevant_paths: []
|
|
name: The Child
|
|
class_name: StringValue
|
|
properties: {}
|
|
children: [] |