This repository has been archived by the owner on Apr 21, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 17
/
mission.project.json
99 lines (99 loc) · 2.58 KB
/
mission.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"name": "mission",
"servePlaceIds": [3803533582, 4479261449],
"tree": {
"$className": "DataModel",
"LocalizationService": {
"$className": "LocalizationService",
"$path": "src/shared/LocalizationService"
},
"ReplicatedFirst": {
"$className": "ReplicatedFirst",
"$path": "out/mission/ReplicatedFirst"
},
"ReplicatedStorage": {
"$className": "ReplicatedStorage",
"$path": "out/mission/ReplicatedStorage",
"Assets": {
"$className": "Folder",
"$ignoreUnknownInstances": true,
"Tarmac": {
"$path": "assets"
}
},
"Core": {
"$path": "out/shared/ReplicatedStorage/Core"
},
"Equipment": {
"$path": "out/shared/ReplicatedStorage/Equipment"
},
"ItemModules": {
"$path": "out/shared/ReplicatedStorage/ItemModules"
},
"RuddevModules": {
"$path": "out/shared/ReplicatedStorage/RuddevModules"
},
"Vendor": {
"$className": "Folder",
"Roact": {
"$path": "vendor/roact/src"
},
"RoactRodux": {
"$path": "vendor/roact-rodux/src"
},
"Rodux": {
"$path": "vendor/rodux/src"
},
"t": {
"$path": "vendor/t/lib"
}
},
"rbxts_include": {
"$path": "ts_include",
"node_modules": {
"$path": "node_modules/@rbxts"
}
}
},
"ServerScriptService": {
"$className": "ServerScriptService",
"$path": "out/mission/ServerScriptService",
"Shared": {
"$path": "out/shared/ServerScriptService"
},
"Vendor": {
"$className": "Folder",
"Cmdr": {
"$path": "vendor/Cmdr/Cmdr"
},
"DataStore2": {
"$path": "vendor/DataStore2/DataStore2"
}
}
},
"StarterGui": {
"$className": "StarterGui",
"$path": "out/mission/StarterGui",
"RuddevGui": {
"$path": "out/shared/StarterGui/RuddevGui"
}
},
"StarterPlayer": {
"$className": "StarterPlayer",
"StarterCharacterScripts": {
"$className": "StarterCharacterScripts",
"$path": "out/mission/StarterPlayer/StarterCharacterScripts",
"Shared": {
"$path": "out/shared/StarterPlayer/StarterCharacterScripts"
}
},
"StarterPlayerScripts": {
"$className": "StarterPlayerScripts",
"$path": "out/mission/StarterPlayer/StarterPlayerScripts",
"Shared": {
"$path": "out/shared/StarterPlayer/StarterPlayerScripts"
}
}
}
}
}