Update
Update Update Update Update Update Update Update Update Update
This commit is contained in:
10
ui/LootButton.lua
Normal file
10
ui/LootButton.lua
Normal 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,
|
||||
}
|
||||
Reference in New Issue
Block a user