UIM/default.project.json
2024-04-30 21:40:14 +02:00

48 lines
No EOL
880 B
JSON

{
"name": "RNG Fight",
"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
}
}
}
}