Files
chuanqi-server/server/s1/LogicServer/data/functions/ActorEvent/FuBenHandler.txt

10 lines
196 B
Plaintext
Raw Normal View History

2024-12-13 13:41:02 +08:00
function defaultHandlerEnterFuben(pActor, arg)
end
function defaultHandlerExitFuben( pActor, fubenId )
local curFbId = Actor.getFubenId(pActor)
if curFbId ~= fubenId then
return
end
end