Пример #1
0
 public void AddSkillLevel(int skillId, int actionId)
 {
     hasASkillLevelChanged = skillManager.AwardExpToSkill(skillId, actionId);
 }