コード例 #1
0
ファイル: PlayerLogic.cs プロジェクト: wgq4812/revcore
 public static void LevelUpAbility(Player player, Dictionary <int, KeyValuePair <int, int> > AbilityList, int AbilityId, int AbilityPoint)
 {
     SkillsLearnService.LevelUpAbility(player, AbilityId, AbilityPoint);
 }