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": {
|
"tree": {
|
||||||
"$className": "DataModel",
|
"$className": "DataModel",
|
||||||
|
|
||||||
"ReplicatedStorage": {
|
|
||||||
"$path": "src/Replicated/Storage"
|
|
||||||
},
|
|
||||||
|
|
||||||
"ReplicatedFirst": {
|
|
||||||
"$path": "src/Replicated/First"
|
|
||||||
},
|
|
||||||
|
|
||||||
"ServerScriptService": {
|
"ServerScriptService": {
|
||||||
"$path": "src/Server/Scripts"
|
"$path": "src/ServerScripts"
|
||||||
},
|
},
|
||||||
|
|
||||||
"ServerStorage": {
|
"ServerStorage": {
|
||||||
"$path": "src/Server/Storage"
|
"$path": "src/ServerStorage"
|
||||||
},
|
|
||||||
|
|
||||||
"StarterPlayer": {
|
|
||||||
"StarterPlayerScripts": {
|
|
||||||
"$path": "src/Local/Player"
|
|
||||||
},
|
|
||||||
"StarterCharacterScripts": {
|
|
||||||
"$path": "src/Local/Character"
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
|
|
||||||
"Workspace": {
|
"Workspace": {
|
||||||
|
|
Loading…
Reference in a new issue