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

7 lines
186 B
C++
Executable file

#include "AnimNotifyState_EnemyPlaySoundByKey.h"
UAnimNotifyState_EnemyPlaySoundByKey::UAnimNotifyState_EnemyPlaySoundByKey() {
this->SoundKey = NULL;
this->FadeOut = 0.20f;
}