mirror of
https://github.com/redstrate/Kawari.git
synced 2025-07-20 19:57:47 +00:00
8 lines
103 B
Lua
8 lines
103 B
Lua
|
function onGain(player)
|
||
|
-- it does nothing
|
||
|
end
|
||
|
|
||
|
function onLose(player)
|
||
|
-- it does nothing
|
||
|
end
|