updat core

This commit is contained in:
2024-10-21 10:22:53 +08:00
parent 7badf4a6af
commit 9eb7927700
2 changed files with 6 additions and 5 deletions

View File

@@ -17,6 +17,7 @@ namespace System
#endif
#if UNITY_EDITOR
DontDestroyOnLoad (this.gameObject);
return;
#endif
GameStateManager.Instance.Active(StateSystem.GameGlobalState.GameBegin);
}