From 15920cecb3ffe1e30c2bc0da1bfe4a30cc517b4c Mon Sep 17 00:00:00 2001 From: LyLo Date: Tue, 29 Aug 2023 18:53:07 -0400 Subject: [PATCH] Typing fix --- src/Spell/Spell.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Spell/Spell.lua b/src/Spell/Spell.lua index f4a5e19..824cb60 100644 --- a/src/Spell/Spell.lua +++ b/src/Spell/Spell.lua @@ -161,7 +161,7 @@ end -- Cast the spell ---@param unit Unit ----@param condition string|function +---@param condition? string|function ---@return boolean function Spell:Cast(unit, condition) if condition then @@ -317,9 +317,9 @@ function Spell:GetWasLooking() end -- Click the spell ----@param x number ----@param y number ----@param z number +---@param x number|Vector3 +---@param y? number +---@param z? number ---@return boolean function Spell:Click(x, y, z) if type(x) == 'table' then