error-popper/default.project.json

26 lines
409 B
JSON
Raw Permalink Normal View History

2025-04-26 16:03:34 +00:00
{
2025-04-26 16:05:30 +00:00
"name": "Error Popper",
2025-04-26 16:03:34 +00:00
"tree": {
"$className": "DataModel",
"ServerScriptService": {
2025-04-26 16:05:30 +00:00
"$path": "src/ServerScripts"
2025-04-26 16:03:34 +00:00
},
"ServerStorage": {
2025-04-26 16:05:30 +00:00
"$path": "src/ServerStorage"
2025-04-26 16:03:34 +00:00
},
"Workspace": {
"$properties": {
"FilteringEnabled": true
}
},
"SoundService": {
"$properties": {
"RespectFilteringEnabled": true
}
}
}
}