// Use this for initialization
 void Start()
 {
     im    = GameObject.Find("InfoManager").GetComponent <InfoManager> ();
     sctrl = GameObject.Find("SkillManager").GetComponent <SkillPanelCtrl> ();
 }
Esempio n. 2
0
 void Start()
 {
     im = GameObject.Find("InfoManager").GetComponent <InfoManager>();
 }