diff --git a/docs/DEVELOPER_GUIDE.md b/docs/DEVELOPER_GUIDE.md index 514413c..719cf6d 100644 --- a/docs/DEVELOPER_GUIDE.md +++ b/docs/DEVELOPER_GUIDE.md @@ -1,6 +1,10 @@ # Starworld Developer Quick Reference ## Build Commands +# +# Entity System Features +# - Parent/child entity hierarchies are fully supported (scene graph, transform propagation) +# - Entity query/filtering by distance is available via C++/Rust bridge API ```bash # Full clean build