8 lines
229 B
Lua
8 lines
229 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
---@meta
|
|
|
|
---@param school spellSchool
|
|
---@return number minModifier
|
|
---Returns the player's spell damage bonus for a spell school
|
|
function GetSpellBonusDamage(school) end
|