This commit is contained in:
aozhiwei 2023-03-17 11:08:04 +08:00
parent 8dfd647400
commit aeaaef4d4b

View File

@ -22,13 +22,11 @@ GunGrasp::~GunGrasp()
void GunGrasp::Init() void GunGrasp::Init()
{ {
#if 0
owner_->GetTrigger()->AddListener owner_->GetTrigger()->AddListener
( (
kTakeonWeaponEvent kTakeonWeaponEvent,
[this] (const a8::Args& args) mutable [this] (const a8::Args& args) mutable
{ {
} }
); );
#endif
} }