This commit is contained in:
aixianling
2024-12-13 13:41:02 +08:00
commit 06658f112f
3887 changed files with 2687822 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
function defaultHandlerEnterFuben(pActor, arg)
end
function defaultHandlerExitFuben( pActor, fubenId )
local curFbId = Actor.getFubenId(pActor)
if curFbId ~= fubenId then
return
end
end