feat(TU31): classic crafting (#48)

credits: comicgab
This commit is contained in:
SevenToaster509
2026-05-01 19:44:30 +03:00
committed by GitHub
parent a51d7ae834
commit 05d7ccb6d4
32 changed files with 819 additions and 186 deletions
@@ -43,6 +43,8 @@ protected:
eSectionInventoryUsing,
eSectionInventoryInventory,
eSectionInventoryArmor,
eSectionInventoryCraftingGrid,
eSectionInventoryCraftingResult,
eSectionInventoryMax,
eSectionTrapUsing,
@@ -118,6 +120,12 @@ protected:
eSectionFireworksResult,
eSectionFireworksIngredients,
eSectionFireworksMax,
eSectionClassicCraftingHotbar,
eSectionClassicCraftingInventory,
eSectionClassicCraftingResult,
eSectionClassicCraftingGrid,
eSectionClassicCraftingMax,
};
AbstractContainerMenu* m_menu;