DRG-Femboy-Voice/Source/FSD/Private/AutoShotgun.cpp
2025-04-15 12:39:31 -07:00

12 lines
363 B
C++
Executable file

#include "AutoShotgun.h"
void AAutoShotgun::OnTargetKilled(AActor* Target, UFSDPhysicalMaterial* PhysicalMaterial, bool wasDirectHit) {
}
void AAutoShotgun::OnTargetDamaged(UHealthComponentBase* Health, float Amount, UPrimitiveComponent* HitComponent, UFSDPhysicalMaterial* PhysicalMaterial) {
}
AAutoShotgun::AAutoShotgun() {
this->CQCKillBuff = NULL;
}