jecs/test.project.json

29 lines
587 B
JSON
Raw Normal View History

2024-04-23 15:10:49 +00:00
{
"name": "jecs-test",
"tree": {
"$className": "DataModel",
"StarterPlayer": {
"$className": "StarterPlayer",
"StarterPlayerScripts": {
"$className": "StarterPlayerScripts",
"$path": "tests"
}
},
"ReplicatedStorage": {
"$className": "ReplicatedStorage",
"Lib": {
"$path": "lib"
},
"rgb": {
"$path": "rgb.lua"
},
"benches": {
"$path": "benches"
2024-04-25 03:55:11 +00:00
},
2024-04-25 05:26:38 +00:00
"mirror": {
"$path": "mirror"
2024-04-23 15:10:49 +00:00
}
}
}
}