上传框架,上传unitask

This commit is contained in:
2025-04-11 09:56:06 +08:00
parent 9f9bb87821
commit 4e3c6861df
355 changed files with 73049 additions and 85 deletions

View File

@@ -91,7 +91,7 @@ namespace Stary.Evo
}
// // 提供一个释放模块的 API
public static void Dispose()
public void Dispose()
{
for (int i = 0; i < mArchitecture.mSystems.Count; i++)
{
@@ -102,7 +102,8 @@ namespace Stary.Evo
{
mArchitecture.mDatas[i].Dispose();
}
_mEnumEventSystem.Dispose();
_mEnumEventSystem=null;
mArchitecture = null;
}