ui callbacks update

This commit is contained in:
MihailRis
2024-02-12 19:59:58 +03:00
parent e9cbb04090
commit 2de5f5c646
7 changed files with 62 additions and 16 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ namespace scripting {
class Environment;
}
using itemsharefunc = std::function<void(ItemStack&)>;
using itemsharefunc = std::function<void(uint, ItemStack&)>;
using slotcallback = std::function<void(ItemStack&, ItemStack&)>;
class InventoryInteraction {