Files
rojo/test-projects/single-sync-point/roblox-project.json
2019-01-09 16:28:44 -08:00

21 lines
380 B
JSON

{
"name": "single-sync-point",
"tree": {
"$className": "DataModel",
"ReplicatedStorage": {
"$className": "ReplicatedStorage",
"Foo": {
"$path": "lib"
}
},
"HttpService": {
"$className": "HttpService",
"$properties": {
"HttpEnabled": {
"Type": "Bool",
"Value": true
}
}
}
}
}