미션 - 영웅 특성

This commit is contained in:
Ino 2025-03-19 15:10:48 +09:00
parent 172554f8e1
commit 71411b57ff
5 changed files with 5 additions and 2 deletions

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.

View File

@ -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);
}
}
}

View File

@ -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);
});
}
}