修改表结构,修改物品详情,增加物品品质描边
This commit is contained in:
@@ -59,8 +59,9 @@ namespace NBF
|
||||
|
||||
private void OnClickItem(object item)
|
||||
{
|
||||
if (item is not BagItem bagItem) return;
|
||||
// ItemDetailsPanel.s
|
||||
ItemDetailsPanel.Show();
|
||||
ItemDetailsPanel.Show(bagItem.ItemInfo);
|
||||
}
|
||||
|
||||
private void UseBottomMenu()
|
||||
|
||||
Reference in New Issue
Block a user