This commit is contained in:
huyulong 2025-01-03 10:20:02 +08:00
parent b621dc4836
commit 1b549ba836

View File

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