示例#1
0
 public void learnAllSkillsInList(List <int> list)
 {
     actorSelf.addSkillListToSkillbook(list);
     SkillbookUI.Instance.updateList();
 }