mirror of
https://github.com/unixtensor/Roblox-Elevator-Game.git
synced 2025-12-14 14:51:55 +00:00
project json
This commit is contained in:
20
default.project.json
Normal file
20
default.project.json
Normal 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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user