update core

This commit is contained in:
2024-10-25 16:51:34 +08:00
parent 2bb98a4b79
commit 524c3afbc6
12 changed files with 500 additions and 122 deletions

View File

@@ -25,6 +25,7 @@ namespace StateSystem.State
protected override async void OnEnter (params object[] args)
{
AudioManager.Instance.PlayBGM (BgmAudio.LobbyBgm);
GameUpdateMgr.Instance.AddUpdater (DoUpdate);
OnActived ();