mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-04-30 17:49:20 +02:00
16 lines
235 B
Lua
16 lines
235 B
Lua
function onStepIn(creature, item, position, fromPosition)
|
|
|
|
end
|
|
|
|
function onStepOut(creature, item, position, fromPosition)
|
|
|
|
end
|
|
|
|
function onAddItem(item, tileitem, position)
|
|
|
|
end
|
|
|
|
function onRemoveItem(item, tileitem, position)
|
|
|
|
end
|