Example #1
0
 void Start()
 {
     sb      = GameObject.Find("SkillBook").GetComponent <SkillBook>();
     tooltip = sb.GetComponent <SkillTooltip>();
 }