Skip to content

Commit

Permalink
show ap portion tooltip (6566)
Browse files Browse the repository at this point in the history
  • Loading branch information
eugene-doobu committed Dec 16, 2024
1 parent 11d3e26 commit b380a39
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions nekoyume/Assets/_Scripts/UI/Module/Currency/ApPotion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@ public void SetActiveLoading(bool value)

private void ShowMaterialNavigationPopup()
{
//todo: implement this
//Widget.Find<MaterialNavigationPopup>().ShowCurrency((int)CurrencyType.ApPotion);
Widget.Find<MaterialNavigationPopup>().ShowCurrency(CostType.ApPotion);
}
}
}

0 comments on commit b380a39

Please sign in to comment.