Files
chuanqi-server-instance/LogicServer/data/functions/ActorEvent/ActorEventCircleHandler.txt

5 lines
149 B
Plaintext
Raw Normal View History

2024-12-16 13:51:31 +08:00
--人物转生事件
defaultHandlerActorCirclel = function ( pActor,nCircle )
local nLevel = Actor.getIntProperty(pActor, PROP_CREATURE_LEVEL)
end