Files
Leviathan/GameServer/Resource/script/System/on_first_summon.lua
T
2026-06-01 12:46:52 +02:00

12 lines
145 B
Lua

-- Lua 스크립트 암호화
function get_module_name()
return "on_first_summon"
end
function on_first_summon( code, handle )
end