Merge pull request 'feature/combo-skill-short-cut' (#387) from feature/combo-skill-short-cut into develop

Reviewed-on: https://git.pthub.vn/Unity/perfect-world-unity/pulls/387
This commit is contained in:
cuongnv
2026-04-25 03:08:13 +00:00
@@ -28,6 +28,7 @@ namespace BrewMonster
public override void OnEnable()
{
_currentSelectSkill = null;
UpdateView();
_skillSetUpComboWidget.ShowSetUpContent(false);
_skillSetUpComboWidget.OnClickedSkillSlot += OnClickedSkillSlot;
@@ -45,6 +46,7 @@ namespace BrewMonster
public override void OnDisable()
{
_currentSelectComboSlot = null;
if (_currentSelectSkill is LearnedSkillUI learnedOnClose)
{
learnedOnClose.SetFocusFrame(false);