1
This commit is contained in:
parent
5ef938c61b
commit
e19ff59660
@ -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
|
||||
);
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user