Beispiel #1
0
 public static void LevelUpAbility(Player player, Dictionary <int, KeyValuePair <int, int> > AbilityList, int AbilityId, int AbilityPoint)
 {
     SkillsLearnService.LevelUpAbility(player, AbilityId, AbilityPoint);
 }