update SpellTrait

João Fidalgo 4 months ago
parent b1bc776204
commit d075106a20
  1. 7
      src/SpellTrait/SpellTrait.lua

@ -1,8 +1,7 @@
---@class SpellTrait local Tinkr, Bastion = ...
local SpellTrait = {
func = nil,
}
---@class SpellTrait
local SpellTrait = {}
SpellTrait.__index = SpellTrait SpellTrait.__index = SpellTrait
-- Constructor -- Constructor

Loading…
Cancel
Save