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": {
"$className": "DataModel",
"ReplicatedStorage": {
"$path": "src/Replicated/Storage"
},
"ReplicatedFirst": {
"$path": "src/Replicated/First"
},
"ServerScriptService": {
"$path": "src/Server/Scripts"
"$path": "src/ServerScripts"
},
"ServerStorage": {
"$path": "src/Server/Storage"
},
"StarterPlayer": {
"StarterPlayerScripts": {
"$path": "src/Local/Player"
},
"StarterCharacterScripts": {
"$path": "src/Local/Character"
}
"$path": "src/ServerStorage"
},
"Workspace": {