Update default.project.json

This commit is contained in:
Sovereignty 2025-04-26 16:05:30 +00:00
parent 6614fdb046
commit 03386f0f04

View file

@ -1,31 +1,14 @@
{ {
"name": "E_CS", "name": "Error Popper",
"tree": { "tree": {
"$className": "DataModel", "$className": "DataModel",
"ReplicatedStorage": {
"$path": "src/Replicated/Storage"
},
"ReplicatedFirst": {
"$path": "src/Replicated/First"
},
"ServerScriptService": { "ServerScriptService": {
"$path": "src/Server/Scripts" "$path": "src/ServerScripts"
}, },
"ServerStorage": { "ServerStorage": {
"$path": "src/Server/Storage" "$path": "src/ServerStorage"
},
"StarterPlayer": {
"StarterPlayerScripts": {
"$path": "src/Local/Player"
},
"StarterCharacterScripts": {
"$path": "src/Local/Character"
}
}, },
"Workspace": { "Workspace": {