From cd772733ea3b23ba4573ea0077d9b936accef0cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Fidalgo?= Date: Sat, 21 Sep 2024 22:22:12 +0100 Subject: [PATCH] add missing documentation --- src/Spell/Spell.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Spell/Spell.lua b/src/Spell/Spell.lua index 7329a4f..e84f100 100644 --- a/src/Spell/Spell.lua +++ b/src/Spell/Spell.lua @@ -655,6 +655,7 @@ end -- AddTraits ---@param traits table +---@return Spell function Spell:AddTraits(traits) for _, trait in ipairs(traits) do table.insert(self.traits, trait)