This commit is contained in:
aozhiwei 2023-03-18 18:09:58 +08:00
parent 956d10b3aa
commit 759d272d05
2 changed files with 3 additions and 1 deletions

View File

@ -49,6 +49,7 @@ void CallFuncBuff::Activate()
GetCaster().Get()->GetName(),
dmg_out
);
owner->GetTrigger()->Attacked(GetCaster().Get());
}
}
break;

View File

@ -42,7 +42,8 @@ enum EventId_e
kStartJump,
kEndJump,
kTakeonWeaponEvent,
kBulletKill
kBulletKill,
kAttackTargetEvent
};
class Weapon;