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