SkillEfectNode = {}
function SkillEfectNode.New()
local o = {}
setmetatable(o, {__index = SkillEfectNode})
return o
end
return SkillEfectNode