This commit is contained in:
MihailRis
2024-04-28 22:33:34 +03:00
parent 167388aefb
commit ef28a368cb
12 changed files with 54 additions and 51 deletions
+1 -2
View File
@@ -59,7 +59,6 @@ struct SlotLayout {
};
class SlotView : public gui::UINode {
LevelFrontend* frontend = nullptr;
InventoryInteraction* interaction = nullptr;
const Content* content;
SlotLayout layout;
@@ -81,7 +80,7 @@ public:
void bind(
int64_t inventoryid,
ItemStack& stack,
LevelFrontend* frontend,
const Content* content,
InventoryInteraction* interaction
);