rojo-selene-luau-template/default.project.json

43 lines
No EOL
739 B
JSON

{
"name": "E_CS",
"tree": {
"$className": "DataModel",
"ReplicatedStorage": {
"$path": "src/Replicated/Storage"
},
"ReplicatedFirst": {
"$path": "src/Replicated/First"
},
"ServerScriptService": {
"$path": "src/Server/Scripts"
},
"ServerStorage": {
"$path": "src/Server/Storage"
},
"StarterPlayer": {
"StarterPlayerScripts": {
"$path": "src/Local/Player"
},
"StarterCharacterScripts": {
"$path": "src/Local/Character"
}
},
"Workspace": {
"$properties": {
"FilteringEnabled": true
}
},
"SoundService": {
"$properties": {
"RespectFilteringEnabled": true
}
}
}
}