Merge branch 'develop' of https://git.pthub.vn/Unity/perfect-world-unity into fix-ui
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user