mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-04-02 19:42:05 -04:00
8 lines
168 B
Lua
8 lines
168 B
Lua
require("modifiers")
|
|
|
|
--BV doesn't really do anything i think
|
|
function onGain(owner, effect, actionContainer)
|
|
end;
|
|
|
|
function onLose(owner, effect, actionContainer)
|
|
end; |