Files
FNGameProj/Source/FortniteGame/Private/WeaponHitNotifyAudioBank.cpp
T
2024-06-07 01:17:09 +02:00

17 lines
402 B
C++

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