Compare commits

..

No commits in common. "1b549ba836c9550e7afd4f38a25cf6d7c24ed10f" and "034e707c019e6782bf3b9bb1c17a89a6720eecb9" have entirely different histories.

2 changed files with 1 additions and 3 deletions

View File

@ -911,7 +911,6 @@ string HandleButtoncallId=11;//
if (userJoinResponse.IsAllReady)
{
Debug.Log("服务器给准备好消息");
GameObject.Find("HostCanvas").GetComponent<Starthost>().start.interactable = true;
GameObject.Find("HostCanvas").GetComponent<Starthost>().isSatisfy = true;
}

View File

@ -77,8 +77,7 @@ public class Starthost : MonoBehaviour
posiBtn = transform.Find("Panel1/right/under/btnRenYuanDaoWei").GetComponent<Button>();
start = transform.Find("Panel1/right/under/btnRenYanLianStart").GetComponent<Button>();
posiBtn.onClick.AddListener(OnClickPosiBtn);
start.interactable = false;
start.onClick.AddListener(OnClickStartBtn);
start.onClick.AddListener(OnClickStartBtn);
time = transform.Find("time").gameObject;
timeText = transform.Find("time/txtCountdown").GetComponent<Text>();