Exemplo n.º 1
0
 public void SetCurrentSkill(SkillButton newSkill)
 {
     currentSkill.DeselectSkill();
     currentSkill = newSkill;
     currentSkill.SelectSkill();
     FillLateralPanel();
 }
Exemplo n.º 2
0
 void Start()
 {
     currentSkill = firstSkill;
     currentSkill.SelectSkill();
     currentSkill.MakeAvailable();
     FillLateralPanel();
 }