docs: 完善装饰器和 Matcher API 文档

This commit is contained in:
yhh
2025-11-28 11:03:34 +08:00
parent 18d20df4da
commit f03b73b58e
5 changed files with 385 additions and 12 deletions

View File

@@ -13,6 +13,9 @@
### [系统架构 (System)](./system.md)
掌握系统的编写方法,实现游戏逻辑的处理。
### [实体查询与 Matcher](./entity-query.md)
学习使用 Matcher 进行实体筛选和查询,掌握 `all``any``none``nothing` 等匹配条件。
### [场景管理 (Scene)](./scene.md)
了解场景的生命周期、系统管理和实体容器功能。