ProcedureClearCache

ProcedureClearCache
This commit is contained in:
ALEXTANG
2023-05-07 11:06:28 +08:00
parent 23ee21162f
commit fd728d037c
2 changed files with 11 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ namespace GameMain
{
UILoadMgr.Show(UIDefine.UILoadUpdate,$"清理完成 即将进入游戏...");
ChangeState<ProcedureStartGame>(_procedureOwner);
ChangeState<ProcedureLoadAssembly>(_procedureOwner);
}
}
}