示例#1
0
 protected override void Init()
 {
     instance = this;
     base.Init();
     //currentTime =transform.Find("CurrentTime").GetComponent<GUISingleLabel>();
     //buyCount = transform.Find("BuyCount").GetComponent<GUISingleLabel>();
     //nextTime = transform.Find("NextTime").GetComponent<GUISingleLabel>();
     //allTime = transform.Find("AllTime").GetComponent<GUISingleLabel>();
     //time = transform.Find("Time").GetComponent<GUISingleLabel>();
     singleLabel = transform.Find("Empty/SingleRecoverLabel").GetComponent <UILabel>();
     allLabel    = transform.Find("Empty/AllRecoverLabel").GetComponent <UILabel>();
 }
示例#2
0
 public UICountdownPanel()
 {
     instance = this;
 }