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