From e3ba52d3227a0c6e0457430c19ba3afd9ab9872c Mon Sep 17 00:00:00 2001
From: wangguan <wangguan@kt007.com>
Date: Sat, 05 Dec 2020 11:14:49 +0800
Subject: [PATCH] 删除昵称输入框重置按钮 修改音效 增加10秒的连接超时

---
 Assets/Scripts/UI/FinalPanel/InputNamePanel.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Assets/Scripts/UI/FinalPanel/InputNamePanel.cs b/Assets/Scripts/UI/FinalPanel/InputNamePanel.cs
index 3ec7da1..b805da7 100644
--- a/Assets/Scripts/UI/FinalPanel/InputNamePanel.cs
+++ b/Assets/Scripts/UI/FinalPanel/InputNamePanel.cs
@@ -15,7 +15,7 @@
     {
         input = transform.Find("InputFieldName").GetComponent<InputField>();
         transform.Find("OKBtn").GetComponent<Button>().onClick.AddListener(OnClickOKBtn);
-        transform.Find("ResetNameBtn").GetComponent<Button>().onClick.AddListener(OnClickResetBtn);
+        //transform.Find("ResetNameBtn").GetComponent<Button>().onClick.AddListener(OnClickResetBtn);
     }
 
     public void Init(Action<string> ac)

--
Gitblit v1.9.1