Files
wow-weakauras/Meta/api/C_PetBattles.GetAttackModifier.lua
2024-11-07 23:12:37 +01:00

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