project json

This commit is contained in:
2023-12-16 16:50:39 -05:00
commit 1b2802dc1e

20
default.project.json Normal file
View File

@@ -0,0 +1,20 @@
{
"name": "ElevatorGame",
"tree": {
"$className": "DataModel",
"ReplicatedStorage": {
"$path": "src/shared"
},
"ServerScriptService": {
"$path": "src/server"
},
"StarterPlayer": {
"StarterPlayerScripts": {
"$path": "src/client/Player"
},
"StarterCharacterScripts": {
"$path": "src/client/Character"
}
}
}
}