diff --git a/Assets/Scripts/UI/Panel/EndPanel.cs b/Assets/Scripts/UI/Panel/EndPanel.cs index d99a05b15..995604b2f 100644 --- a/Assets/Scripts/UI/Panel/EndPanel.cs +++ b/Assets/Scripts/UI/Panel/EndPanel.cs @@ -15,37 +15,37 @@ namespace AibisDream { // GameManager.Instance.PauseGame(); gameObject.SetActive(true); - RegisterButton(); + // RegisterButton(); } public void Hide() { gameObject.SetActive(false); - UnRegisterButton(); + // UnRegisterButton(); // GameManager.Instance.ContinueGame(); } #endregion - private void RegisterButton() - { - var returnBtn = transform.Find("返回").GetComponent