UIM/default.project.json

48 lines
882 B
JSON
Raw Normal View History

2024-04-30 19:40:14 +00:00
{
2024-05-04 22:07:24 +00:00
"name": "UIM Manager",
2024-04-30 19:40:14 +00:00
"tree": {
"$className": "DataModel",
"ReplicatedStorage": {
"$className": "ReplicatedStorage",
"$path": "src/Shared"
},
"ReplicatedFirst": {
"$path": "src/ReplicatedFirst"
},
"ServerScriptService": {
"$path": "src/Server"
},
"ServerStorage": {
"$path": "src/ServerStorage"
},
"StarterPlayer": {
"$className": "StarterPlayer",
"StarterPlayerScripts": {
"$className": "StarterPlayerScripts",
"$path": "src/Client"
},
"StarterCharacterScripts": {
"$className": "StarterCharacterScripts",
"$path": "src/Character"
}
},
"Workspace": {
"$properties": {
"FilteringEnabled": true
}
},
"SoundService": {
"$properties": {
"RespectFilteringEnabled": true
}
}
}
}