Files
wow_Meta/api/C_PetBattles.GetAttackModifier.lua
2024-12-16 13:13:08 +01:00

6 lines
234 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