You've already forked taptap2024_GJ_chidouren
update core
This commit is contained in:
@@ -2,7 +2,9 @@ using System.Collections.Generic;
|
||||
using System.StateSystem;
|
||||
using Framework.Audio;
|
||||
using Framework.UI;
|
||||
using Game;
|
||||
using Game.Component;
|
||||
using Game.EventDefine;
|
||||
using UnityEngine;
|
||||
using UnityEngine.UI;
|
||||
using IcecreamView;
|
||||
@@ -26,7 +28,7 @@ namespace Views
|
||||
this._closeBtn.gameObject.SetActive (false);
|
||||
this._closeBtn.onClick.AddListener (() =>
|
||||
{
|
||||
UIManager.Instance.OpenLoading (() => { GameStateManager.Instance.OpenState (GameGlobalState.GameHome); });
|
||||
UIManager.Instance.OpenLoading (() => { GameEventDefine.ChangeGameFsm.SendMessage (GameState.ExitGame); });
|
||||
this.ViewConnector.CloseView ();
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user