mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-20 12:45:05 +00:00
* Start dependency on rbx_reflection * Alive and working, all tests pass * Update CHANGELOG
18 lines
323 B
JSON
18 lines
323 B
JSON
{
|
|
"name": "single-sync-point",
|
|
"tree": {
|
|
"$className": "DataModel",
|
|
"ReplicatedStorage": {
|
|
"$className": "ReplicatedStorage",
|
|
"Foo": {
|
|
"$path": "lib"
|
|
}
|
|
},
|
|
"HttpService": {
|
|
"$className": "HttpService",
|
|
"$properties": {
|
|
"HttpEnabled": true
|
|
}
|
|
}
|
|
}
|
|
} |