2024-06-28 12:16:31 +03:00

8 lines
107 B
Lua

function on_spawn(eid)
print("spawn", eid)
end
function on_despawn(eid)
print("despawn", eid)
end