This commit is contained in:
aozhiwei 2023-03-20 10:08:55 +08:00
parent 5ef938c61b
commit e19ff59660

View File

@ -213,5 +213,20 @@ void CondAddBuff::ProcDisengageBattle()
void CondAddBuff::ProcLimitTimeKillTarget()
{
auto context = A8_MAKE_ANON_STRUCT_SHARED
(
long long last_check_frameno = 0;
);
auto cb =
[this, context] (const a8::Args& args) mutable
{
};
owner->GetTrigger()->AddListener
(
kAttackTargetEvent,
cb
);
}