单例系统完善生命周期、支持Dispose

This commit is contained in:
ALEXTANG
2024-05-13 14:09:32 +08:00
parent 682a0bd786
commit f9f9122027
7 changed files with 297 additions and 9 deletions

View File

@@ -7,7 +7,7 @@ public partial class GameApp
{
private List<ILogicSys> _listLogicMgr;
private void Init()
public override void Active()
{
CodeTypes.Instance.Init(_hotfixAssembly.ToArray());
EventInterfaceHelper.Init();