generated from Sovereignty/rojo-selene-luau-template
Update default.project.json
This commit is contained in:
parent
6614fdb046
commit
03386f0f04
1 changed files with 3 additions and 20 deletions
|
@ -1,31 +1,14 @@
|
|||
{
|
||||
"name": "E_CS",
|
||||
"name": "Error Popper",
|
||||
"tree": {
|
||||
"$className": "DataModel",
|
||||
|
||||
"ReplicatedStorage": {
|
||||
"$path": "src/Replicated/Storage"
|
||||
},
|
||||
|
||||
"ReplicatedFirst": {
|
||||
"$path": "src/Replicated/First"
|
||||
},
|
||||
|
||||
"ServerScriptService": {
|
||||
"$path": "src/Server/Scripts"
|
||||
"$path": "src/ServerScripts"
|
||||
},
|
||||
|
||||
"ServerStorage": {
|
||||
"$path": "src/Server/Storage"
|
||||
},
|
||||
|
||||
"StarterPlayer": {
|
||||
"StarterPlayerScripts": {
|
||||
"$path": "src/Local/Player"
|
||||
},
|
||||
"StarterCharacterScripts": {
|
||||
"$path": "src/Local/Character"
|
||||
}
|
||||
"$path": "src/ServerStorage"
|
||||
},
|
||||
|
||||
"Workspace": {
|
||||
|
|
Loading…
Reference in a new issue