| name | ss14-ecs-basics |
| description | Learn or explain SS14 ECS architecture. Use when teaching or reasoning about entities, components, systems, and events; when reading an unfamiliar `*System.cs`; or when deciding what belongs in a component versus a system in this repo. |
SS14 ECS Basics
Use this skill when a task is more about understanding the SS14 ECS mental model than about one specific subsystem.
Workflow
- Open
references/ecs-primer.md.
- Open
references/simple-system-walkthrough.md for a concrete code-reading path.
- Open
references/event-reading-guide.md when explaining subscriptions and handlers.
- Keep the component-data/system-behavior split strict.
Reference Map
references/ecs-primer.md
references/simple-system-walkthrough.md
references/event-reading-guide.md
../ss14-ecs-systems/references/component-system-example.md