Files
chuanqi-server-instance/LogicServer/data/functions/ActorEvent/FuBenHandler.txt
2024-12-16 20:45:03 +08:00

10 lines
196 B
Plaintext
Executable File

function defaultHandlerEnterFuben(pActor, arg)
end
function defaultHandlerExitFuben( pActor, fubenId )
local curFbId = Actor.getFubenId(pActor)
if curFbId ~= fubenId then
return
end
end