diff --git a/default.project.json b/default.project.json new file mode 100644 index 0000000..d342d33 --- /dev/null +++ b/default.project.json @@ -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 + } + } + } +} \ No newline at end of file