update core

This commit is contained in:
2024-10-27 22:24:41 +08:00
parent 5227e64327
commit 8f833c5063
25 changed files with 39570 additions and 1031 deletions

View File

@@ -61,6 +61,7 @@ namespace Game
internal void _OnExitGame ()
{
Object.Destroy (this._BossSceneDirector.gameObject);
UnBindEvent ();
this._gameFsm.Kill ();
GameUpdateMgr.Instance.RemoveUpdater (DoUpdate);