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