This repository has been archived by the owner on Dec 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefault.project.json
89 lines (77 loc) · 1.94 KB
/
default.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
{
"name": "colorpunk",
"tree": {
"$className": "DataModel",
"StarterPlayer": {
"$className": "StarterPlayer",
"StarterPlayerScripts": {
"$className": "StarterPlayerScripts",
"$path": "src/client",
"Library": {
"$className": "Library",
"$path": "src/client/Library"
}
}
},
"ServerScriptService": {
"$className": "ServerScriptService",
"$path": "src/server",
"Library": {
"$className": "Library",
"$path": "src/server/Library",
"Services": {
"$className": "Services",
"$path": "src/server/Library/Services"
},
"Templates": {
"$className": "Templates",
"$path": "src/server/Library/Templates"
}
},
"Project": {
"$className": "Project",
"$path": "src/server/Project"
}
},
"ReplicatedFirst": {
"$className": "ReplicatedFirst",
"$path": "src/preload"
},
"ReplicatedStorage": {
"$className": "ReplicatedStorage",
"$path": "src/shared",
"Library": {
"$className": "Library",
"$path": "src/shared/Library",
"Interface": {
"$className": "Interface",
"$path": "src/shared/Library/Interface",
"Addons": {
"$className": "Addons",
"$path": "src/shared/Library/Interface/Addons"
}
},
"Services": {
"$className": "Services",
"$path": "src/shared/Library/Services"
},
"Templates": {
"$className": "Templates",
"$path": "src/shared/Library/Templates"
}
},
"Events": {
"$className": "Folder",
"$path": "events"
},
"Pists" : {
"$className": "Folder",
"$path": "pists"
},
"Project": {
"$className": "Project",
"$path": "src/shared/Project"
}
}
}
}