Update

Update

Update

Update

Update

Update

Update

Update

Update
This commit is contained in:
2025-05-04 20:46:46 +02:00
parent 169a514973
commit 8e28d1a570
38 changed files with 2668 additions and 89 deletions

10
ui/LootButton.lua Normal file
View File

@@ -0,0 +1,10 @@
---@meta
---@class LootButton : Button
LootButton = {
--- Sets the slot index for this loot button.
--- @param index number The index of the loot slot.
--- @example
--- myLootButton:SetSlot(1)
SetSlot = function(self, index) end,
}