8 lines
242 B
Lua
8 lines
242 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
---@meta
|
|
|
|
---@param YourType number?
|
|
---@param EnemyType number?
|
|
---Returns the modification to attacks based on types.
|
|
function C_PetBattles.GetAttackModifier(YourType, EnemyType) end
|