11
This commit is contained in:
parent
b621dc4836
commit
1b549ba836
@ -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>();
|
||||||
|
Loading…
Reference in New Issue
Block a user