Files
rojo/plugin/test-place.project.json
2020-06-20 22:16:35 -07:00

28 lines
444 B
JSON

{
"name": "Rojo Test Place",
"tree": {
"$className": "DataModel",
"ReplicatedStorage": {
"Rojo": {
"$path": "default.project.json"
},
"TestEZ": {
"$path": "modules/testez/lib"
}
},
"ServerScriptService": {
"RunTests": {
"$path": "testBootstrap.server.lua"
}
},
"Players": {
"$properties": {
"CharacterAutoLoads": false
}
}
}
}