Rojo Project File Template #1

This commit is contained in:
Sovereignty 2024-11-19 16:53:50 +00:00
parent 800d01ad83
commit ca4f602ffe

43
default.project.json Normal file
View file

@ -0,0 +1,43 @@
{
"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
}
}
}
}