This commit is contained in:
aozhiwei 2023-01-04 19:06:11 +08:00
parent 57c03c8499
commit 083b0a5bea

View File

@ -58,6 +58,7 @@ void Bullet::Initialize()
if (sender.Get()) {
sender.Get()->GetTrigger()->FlyHookCreate(this);
}
Raycast();
}
}