mirror of
https://github.com/GeWuYou/GFramework.git
synced 2026-03-23 03:04:29 +08:00
- 在 AbstractSystem 中添加 OnDestroy 抽象方法和 ISystem.Destroy 接口实现 - 在 Architecture 中增加 Destroy 方法以统一销毁所有已注册系统 - 更新 ISystem 接口注释及功能描述,明确支持系统销毁能力 - 修正 OnRegisterPatch 调用方式,确保架构注册补丁逻辑正确执行 - 完善 AbstractAudioManagerSystem 中的 OnDestroy 方法重写逻辑 - [no tag]