jecs/bench.project.json

29 lines
496 B
JSON
Raw Permalink Normal View History

{
2024-11-23 03:42:54 +00:00
"name": "jecs-test",
"tree": {
"$className": "DataModel",
"StarterPlayer": {
"$className": "StarterPlayer",
"StarterPlayerScripts": {
"$className": "StarterPlayerScripts",
"$path": "tests"
}
},
"ReplicatedStorage": {
"$className": "ReplicatedStorage",
"Lib": {
2024-11-23 19:52:01 +00:00
"$path": "jecs.luau"
2024-11-23 03:42:54 +00:00
},
"benches": {
"$path": "benches"
},
"mirror": {
2024-11-23 19:52:01 +00:00
"$path": "mirror.luau"
2024-11-23 03:42:54 +00:00
},
"DevPackages": {
"$path": "benches/visual/DevPackages"
}
}
}
2024-07-14 03:38:44 +00:00
}