mirror of
https://github.com/GeWuYou/GFramework.git
synced 2026-03-23 03:04:29 +08:00
- 删除 ArchitectureContext 中的 QueryAsync 和 PublishEventAsync 扩展方法 - 删除 ContextAwareExtensions 中对应的扩展方法实现 - 从 IArchitectureContext 接口中移除相关方法定义 - 更新测试代码中的参数命名从 command 到 query - 移除相关的单元测试用例 - 修正 Godot 扩展中对 PublishEventAsync 的调用为 PublishAsync