1
This commit is contained in:
parent
8dfd647400
commit
aeaaef4d4b
@ -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
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user