TimberWoods / default.project.json
algorembrant's picture
Upload 88 files
0712d5f verified
{
"name": "TimberboundExpeditions",
"tree": {
"$className": "DataModel",
"ReplicatedStorage": {
"$className": "ReplicatedStorage",
"Shared": {
"$path": "src/ReplicatedStorage/Shared"
},
"Events": {
"$path": "src/ReplicatedStorage/Events"
}
},
"ServerScriptService": {
"$className": "ServerScriptService",
"TimberboundServer": {
"$path": "src/ServerScriptService"
}
},
"StarterPlayer": {
"$className": "StarterPlayer",
"StarterCharacterScripts": {
"$className": "StarterCharacterScripts",
"TimberboundClient": {
"$path": "src/StarterPlayer/StarterCharacterScripts"
}
}
},
"StarterGui": {
"$className": "StarterGui",
"TimberboundGUI": {
"$path": "src/StarterGui"
}
}
}
}