fec2cd8d24
- serialization - chunks - parralelfor test
4 lines
315 B
Markdown
4 lines
315 B
Markdown
# Copilot Instructions
|
|
|
|
## Project Guidelines
|
|
- In MoonTools.ECS, do not store plain references to `Entity` objects in long-lived collections outside the ECS world, because their underlying IDs can be reused or destroyed. Instead, query the ECS world to track or process entities based on their assigned components. |