tank
Returns the best tank unit.
tank() : UnitToken
Example
if tank() ~= 'player' and health(tank()) < 30 then return cast(FlashHeal, tank())end
Returns the best tank unit.
tank() : UnitToken
Example
if tank() ~= 'player' and health(tank()) < 30 then return cast(FlashHeal, tank())end