update core 完善核心游戏循环

This commit is contained in:
2024-10-26 21:50:45 +08:00
parent a5ae3c79dc
commit 6c3690c802
7 changed files with 61 additions and 90 deletions

View File

@@ -37,7 +37,7 @@ namespace System
{
if (stateChange == PlayModeStateChange.EnteredPlayMode)
{
// GameStateManager.Instance.Active(StateSystem.GameGlobalState.GameBegin);
GameStateManager.Instance.Active(StateSystem.GameGlobalState.GameBegin);
}
}