-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrojo.json
38 lines (38 loc) · 1.04 KB
/
rojo.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
{
"name": "aerogameframework",
"servePort": 8000,
"partitions": {
"ClientControllers": {
"path": "src/Client/Controllers",
"target": "StarterPlayer.StarterPlayerScripts.Aero.Controllers"
},
"ClientModules": {
"path": "src/Client/Modules",
"target": "StarterPlayer.StarterPlayerScripts.Aero.Modules"
},
"ServerModules": {
"path": "src/Server/Modules",
"target": "ServerStorage.Aero.Modules"
},
"ServerServices": {
"path": "src/Server/Services",
"target": "ServerStorage.Aero.Services"
},
"Shared": {
"path": "src/Shared",
"target": "ReplicatedStorage.Aero.Shared"
},
"_ReplicatedFirst": {
"path": "src/_framework/rep_first",
"target": "ReplicatedFirst.Aero"
},
"_ServerScriptService": {
"path": "src/_framework/server_internal",
"target": "ServerScriptService.Aero.Internal"
},
"_AeroClient": {
"path": "src/_framework/client_internal",
"target": "StarterPlayer.StarterPlayerScripts.Aero.Internal"
}
}
}