mirror of
https://github.com/GeWuYou/GFramework.git
synced 2026-03-22 19:03:29 +08:00
将原有的 RegisterModels、RegisterSystems 和 RegisterUtilities 方法合并为统一的 InstallModules 抽象方法,由子类实现具体的模块注册逻辑。同时调整初始化顺序,确保 架构能正确绑定到 Godot 生命周期中并管理资源清理。