[+] Update Procedure Path And asmdef

[+] Update Procedure Path And asmdef
This commit is contained in:
ALEXTANG
2023-04-26 13:30:23 +08:00
parent 7db0d3fcc4
commit d3272e1bb1
33 changed files with 4 additions and 9 deletions

View File

@@ -111,11 +111,6 @@ namespace GameMain
private void AllAssemblyLoadComplete()
{
if (GameModule.Resource.playMode == EPlayMode.EditorSimulateMode)
{
ChangeState<ProcedureStartGame>(m_procedureOwner);
return;
}
if (m_MainLogicAssembly == null)
{
Log.Fatal($"Main logic assembly missing.");