미션 - 영웅 특성
This commit is contained in:
parent
172554f8e1
commit
71411b57ff
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Binary file not shown.
|
|
@ -76,6 +76,8 @@ public class PCAbilityLvUpUI : BackKeyAdd
|
|||
NewGameUI.Ins.m_PCUI.Refresh_Money();
|
||||
|
||||
sdata.Add_MissionCount(ePurpose.HERO_ABILITY_UPGRADE_CLASS_LIMIT, MyEnumToInt.Ins.Get_Int(m_Data.e_BattleType));
|
||||
sdata.Add_MissionCount(ePurpose.HERO_ABILITY_UPGRADE_ALL);
|
||||
sdata.Add_MissionCount(ePurpose.HERO_ABILITY_UPGRADE_ACC);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -45,6 +45,7 @@ public class PCAbilityUI : PCUIMenu
|
|||
sdata.Init_Ability(CurType);
|
||||
MyValue.Get_ActorStatInfoorNull(eRole.PC);
|
||||
Set();
|
||||
sdata.Add_MissionCount(ePurpose.HERO_ABILITY_RESET_ACC);
|
||||
});
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue