Пример #1
0
 void Start()
 {
     window = transform.parent.GetComponent <TalentWindow>();
 }
Пример #2
0
 public void initialize()
 {
     instance = this;
     tpText   = transform.Find("TP").GetComponent <UILabel>();
     setTalents();
 }