Code format
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
|
||||
---@param index number
|
||||
---@param bookType spell
|
||||
---@param pet
|
||||
---@param spell
|
||||
---@param name string
|
||||
---@return 1nil isConsumable
|
||||
---@param index number
|
||||
---@param bookType spell
|
||||
---@param pet
|
||||
---@param spell
|
||||
---@param name string
|
||||
---@return 1nil isConsumable
|
||||
---Returns whether casting a spell consumes a reagent item
|
||||
function IsConsumableSpell(index, bookType, pet, spell, name) end
|
||||
function IsConsumableSpell(index, bookType, pet, spell, name) end
|
||||
|
||||
Reference in New Issue
Block a user