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

9 lines
239 B
C++
Executable file

#include "EnemyPlaySoundByKeyAnimNotify.h"
UEnemyPlaySoundByKeyAnimNotify::UEnemyPlaySoundByKeyAnimNotify() {
this->SoundKey = NULL;
this->VolumeMultiplier = 0.00f;
this->PitchMultiplier = 0.00f;
this->bFollow = false;
}