Files
chuanqi-server-instance/LogicServer/data/functions/ActorEvent/FuBenHandler.txt
aixianling 00ee9dd8ea init
2024-12-16 13:51:31 +08:00

10 lines
196 B
Plaintext

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