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 SpellTrait = {
func = nil,
}
local Tinkr, Bastion = ...
---@class SpellTrait
local SpellTrait = {}
SpellTrait.__index = SpellTrait
-- Constructor

Loading…
Cancel
Save