mirror of
https://github.com/TemujinCalidius/SurvivorCore.git
synced 2026-08-14 00:58:01 +00:00
Foundation (Config/Assets/EventBridge/Hooks/Registry), content registry family, creator-owned component layer + Gatherable example, runnable demo place, Rojo/Wally/Rokit config, and release CI. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
20 lines
325 B
JSON
20 lines
325 B
JSON
{
|
|
"name": "SurvivorCore Demo",
|
|
"tree": {
|
|
"$className": "DataModel",
|
|
"ReplicatedStorage": {
|
|
"SurvivorCore": {
|
|
"$path": "src"
|
|
}
|
|
},
|
|
"ServerScriptService": {
|
|
"Demo": {
|
|
"$path": "demo/server"
|
|
}
|
|
},
|
|
"Workspace": {
|
|
"$ignoreUnknownInstances": true
|
|
}
|
|
}
|
|
}
|