-
Notifications
You must be signed in to change notification settings - Fork 0
/
staging.project.json
47 lines (47 loc) · 1.05 KB
/
staging.project.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "Everyone Destroys the World (Staging): Turf War",
"servePlaceIds": [17711502472],
"tree": {
"$className": "DataModel",
"Workspace": {
"$path": "src/Workspace"
},
"ReplicatedStorage": {
"Client": {
"$path": "src/ReplicatedStorage/Client"
},
"Shared": {
"$path": "src/ReplicatedStorage/Shared",
"Packages": {
"$path": "Packages"
}
}
},
"Players": {
"$properties": {
"CharacterAutoLoads": false
}
},
"Lighting": {
"$path": "src/Lighting"
},
"ServerScriptService": {
"$path": "src/ServerScriptService"
},
"ServerStorage": {
"$path": "src/ServerStorage",
"Packages": {
"$path": "ServerPackages"
}
},
"StarterPlayer": {
"StarterPlayerScripts": {
"$path": "src/StarterPlayer/StarterPlayerScripts"
},
"StarterCharacterScripts": {
"$path": "src/StarterPlayer/StarterCharacterScripts",
"$className": "StarterCharacterScripts"
}
}
}
}