Fix up a few apis

This commit is contained in:
2025-01-02 11:47:24 +01:00
parent 7e275c572b
commit ef958d6385
5 changed files with 14 additions and 11 deletions

View File

@@ -1,7 +1,7 @@
---@diagnostic disable: missing-return, lowercase-global
---@param unitA string
---@param unitB string
---@return number|nil canAttack 1 or nil
---@param unitA string
---@param unitB string
---@return boolean canAttack
---Returns whether one unit can attack another
function UnitCanAttack(unitA, unitB) end
function UnitCanAttack(unitA, unitB) end