project-meteor-server/Data/scripts/effects/combo.lua

6 lines
129 B
Lua

function onGain(owner, effect, actionContainer)
end;
function onLose(owner, effect, actionContainer)
owner:SetCombos();
end;