This commit is contained in:
aozhiwei 2023-04-04 16:05:02 +08:00
parent 90c8a51cd0
commit 6ad3ea78bb

View File

@ -537,7 +537,7 @@ void CallFuncBuff::ProcLightCircle()
&xtimer_attacher);
{
owner->GetTrigger()->AddListener
event_handlers_.push_back(owner->GetTrigger()->AddListener
(
kUseSkillEvent,
[this, context] (const a8::Args& args) mutable
@ -569,9 +569,9 @@ void CallFuncBuff::ProcLightCircle()
&xtimer_attacher);
}
}
);
));
owner->GetTrigger()->AddListener
event_handlers_.push_back(owner->GetTrigger()->AddListener
(
kDieEvent,
[this, context] (const a8::Args& args) mutable
@ -581,9 +581,9 @@ void CallFuncBuff::ProcLightCircle()
context->keep_buff_uniid = 0;
}
}
);
));
owner->GetTrigger()->AddListener
event_handlers_.push_back(owner->GetTrigger()->AddListener
(
kStartJump,
[this, context, on_leave] (const a8::Args& args) mutable
@ -597,7 +597,7 @@ void CallFuncBuff::ProcLightCircle()
context->keep_buff_uniid = 0;
}
}
);
));
owner->GetTrigger()->AddListener
(