You've already forked taptap2024_GJ_chidouren
updat core
This commit is contained in:
@@ -13,11 +13,8 @@ namespace Game.FsmNode
|
||||
protected override async void OnEnter (params object[] args)
|
||||
{
|
||||
AudioManager.Instance.PlayBGM(BgmAudio.NormalBgm , 0.65f);
|
||||
GameEventDefine.ChangeGameFsm.SendMessage (GameState.PartGame , true);
|
||||
GameEventDefine.ChangeGameFsm.SendMessage (GameState.FightGame , true);
|
||||
UIManager.Instance.CloseLoading (null);
|
||||
if (Account.Instance.AccountGameData.InitCardIds.Count > 0)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
protected override void OnExit ()
|
||||
|
||||
Reference in New Issue
Block a user