Files
FNGameProj/Source/FortniteGame/Private/WeaponHitNotifyAudioBank.cpp
2024-01-21 00:41:14 +01:00

17 lines
468 B
C++

#include "WeaponHitNotifyAudioBank.h"
UWeaponHitNotifyAudioBank::UWeaponHitNotifyAudioBank() {
this->SoundBody = NULL;
this->SoundCrit = NULL;
this->SoundShield = NULL;
this->SoundDeath = NULL;
this->SoundDeathCrit = NULL;
this->SoundBodyReceive = NULL;
this->SoundCritReceive = NULL;
this->SoundDeathReceive = NULL;
this->SoundDeathCritReceive = NULL;
this->SoundFallReceive = NULL;
this->SoundFallDeathReceive = NULL;
}